feat:对接接口、完善功能

This commit is contained in:
zjc
2024-12-26 18:30:52 +08:00
parent 809c950301
commit dc1ad009c7
16 changed files with 1085 additions and 1246 deletions

View File

@@ -50,10 +50,11 @@ export function getLineChartApi(data) {
}
// 地域分析
export function getAreaApi() {
export function getAreaApi(data) {
return request({
url: '/api/largeScreen/gsdata/area',
method: 'post'
method: 'get',
params: data
})
}