diff --git a/App.vue b/App.vue index 5f2e039..186dd4a 100644 --- a/App.vue +++ b/App.vue @@ -13,9 +13,9 @@ gain() { // const token = uni.getStorageSync("token"); // if (!token) return - this.API.getplie({ + this.API.getplie1({ pageNum: 1, - pageSize: 8000 + pageSize: 80000 }).then(response => { console.log(response, '界桩') let box1 = [] diff --git a/apis/modules/ly.js b/apis/modules/ly.js index 238ff3d..39ab3c8 100644 --- a/apis/modules/ly.js +++ b/apis/modules/ly.js @@ -53,10 +53,14 @@ export default { getpolicyDocumentone(data){ return request.get('/arePlaceName/policyDocument/'+data) }, - // 行政区 + // 界桩 getplie(data){ return request.get('/areBoundary/ariesInfo/list',data) }, + // 行政区 + getplie1(data){ + return request.get('/areBoundary/plie/list',data) + }, // 申报小区门牌 adddoorplate(data){ return request.post('/arePlaceName/doorplate',data)