This commit is contained in:
2023-05-28 21:55:59 +08:00
parent 73cdbe7300
commit 44bdc44559
550 changed files with 2758 additions and 1061 deletions

View File

@ -39,3 +39,9 @@ export function getadministrative(query) { //村
params: query
})
}
export function getgarrison() {//镇的地图服务
return request({
url: 'http://121.36.229.60:9080/geoserver/shuzisannong/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=shuzisannong%3Ahuangdaoqu_town&maxFeatures=50&outputFormat=application%2Fjson',
method: 'get',
})
}