src/api/dept/index.js
@@ -148,6 +148,8 @@ return request({ url: '/zhs/bs/search', // url: '/data/汇成观邸.json', // url: '/data/search.json', // url: '/data/阳光小区独栋.json', method: 'get', requestBaseUrl: 'fengtDS', params: { @@ -264,6 +266,17 @@ }) } // 户籍人口、重点人口信息 export const getPicURL = (resBusId) => { return request({ url: `/api/villagePersonInfo/villagePersonInfo/getPicURL`, method: 'get', params: { resBusId, } }) } // 获取各个派出所的人口数量,以及人口总数和重点人员数量 export const getVillagePersonStatisticInfo = () => { return request({