feat:对接接口、完善功能
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user