修改页面样式
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import createAxios from '@/utils/request'
|
||||
|
||||
//监测网分布查询
|
||||
export function getAreaLineDetail(data:any) {
|
||||
return createAxios({
|
||||
url: '/event-boot/area/getAreaLineDetail',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
import createAxios from '@/utils/request'
|
||||
|
||||
//测试页面
|
||||
export function getAreaCalculation(data: anyObj) {
|
||||
return createAxios({
|
||||
url: '/event-boot/areaStatistics/getAreaCalculation',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user