src/api/home/index.js
@@ -80,4 +80,16 @@ jjdwbh } }) } // 派出所责任区小区-获取三级区域数据 export const getPoliceStationTree = (type, id) => { return request({ url: `/api/policeStationInfo/policeStationInfo/getPoliceStationTree`, method: 'get', params: { type, id } }) }