| | |
| | | // url: '/sf3d/area/getAoiByPt', |
| | | url: '/sf3d/area/stdgetAoiByPt', |
| | | method: 'get', |
| | | authorization: false, |
| | | requestBaseUrl: 'fengt', |
| | | params: { |
| | | lng, |
| | |
| | | // url: '/sf3d/build/houses', |
| | | url: '/sf3d/build/stdhouses', |
| | | method: 'get', |
| | | authorization: false, |
| | | requestBaseUrl: 'fengt', |
| | | params: { |
| | | build_id, |
| | |
| | | } |
| | | |
| | | // 派出所默认展示小区 |
| | | export const getPoliceSationVillageInfo = (deptId) => { |
| | | export const getPoliceSationVillageInfo = (param) => { |
| | | return request({ |
| | | url: `/api/villageInfo/villageInfo/details`, |
| | | method: 'get', |
| | | params: { |
| | | deptId |
| | | } |
| | | params: param |
| | | }) |
| | | } |
| | | |