首页图表改造,对接数据接口
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user