首页看板、电表报表接口联调,部分接口参数更新

This commit is contained in:
白菜
2025-07-09 21:16:54 +08:00
parent b3b4d9c0dc
commit b8827248cb
10 changed files with 159 additions and 134 deletions

View File

@ -6,3 +6,10 @@ export function getSiteTotalInfo() {
method: 'get'
})
}
// 图表
export function dataList() {
return request({
url: '/ems/homePage/dataList',
method: 'get'
})
}