首页图表改造,对接数据接口

This commit is contained in:
zCans
2023-03-26 22:33:17 +08:00
parent 07de9eec98
commit 98ac3c67c1
7 changed files with 146 additions and 95 deletions
+8
View File
@@ -30,3 +30,11 @@ export function fetchLicenseFlowMonthReportList(query) {
params: query
})
}
export function homeData(query) {
return request({
url: '/report/home/data-view',
method: 'get',
params: query
})
}