代码更新

This commit is contained in:
ldj_willow
2022-10-17 14:17:53 +08:00
parent 5007452e58
commit 502c902a01
70 changed files with 54 additions and 4135 deletions

View File

@@ -23,14 +23,6 @@ export function edit(data) {
data
})
}
export function syncStruct() {
return request({
url: 'api/point/syncStruct',
method: 'put'
})
}
export function findPoints(area_type) {
return request({
url: 'api/point/area_type/' + area_type
@@ -60,4 +52,4 @@ export function getRegion() {
})
}
export default { add, edit, del, syncStruct, changeActive, findPoints, getPoint, getRegion }
export default { add, edit, del, changeActive, findPoints, getPoint, getRegion }