更新首页

This commit is contained in:
2025-02-19 14:14:57 +08:00
parent d5744b4f3d
commit 491b88f220
12 changed files with 541 additions and 151 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2024-04-18 16:53:17
* @LastEditors: zwq
* @LastEditTime: 2024-09-06 14:35:13
* @LastEditTime: 2025-02-17 15:47:58
* @Description:
*/
@@ -61,3 +61,12 @@ export function getData(query) {
params: query
})
}
// 获得成本首页 -详细首页数据
export function getDetailData(query) {
return request({
url: '/monitoring/cost-homepage/getDetailData',
method: 'get',
params: query
})
}