src/api/dept/index.js
@@ -172,18 +172,18 @@ } // 转id // export const getAoiByBgId = (bg_id) => { // return request({ // url: `/sf3d/area/getAoiByBgId`, // method: 'get', // requestBaseUrl: 'fengt', // params: { // bg_id, // adcode: 361102, // type: 0 // } // }) // } export const getAoiByBgId = (bg_id) => { return request({ url: `/sf3d/area/getAoiByBgId`, method: 'get', requestBaseUrl: 'fengt', params: { bg_id, adcode: 361102, type: 0 } }) } // 责任民警所属辖区 export const getVillageInfo = (aoiId) => {