zhongrj
2022-12-27 3e8524cd3d29469f091e7c245d2d1431f508cf25
src/api/dept/index.js
@@ -17,7 +17,7 @@
 */
export const getPoliceStationList = () => {
    return request({
        url: '/blade-system/dept/getAllPoliceStation',
        url: '/api/blade-system/dept/getAllPoliceStation',
        method: 'get',
    })
}