From 284e48417659e2dd12970aeca31fbd08c43a2a59 Mon Sep 17 00:00:00 2001 From: liy <1492230202@qq.com> Date: Tue, 23 Jan 2024 00:47:25 +0800 Subject: [PATCH] 2 --- App.vue | 4 ++-- apis/modules/ly.js | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) 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) -- libgit2 0.21.4