guanqb
2022-12-28 2d805c18b847d5fe6e4d97e1ddaa018590c205ef
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',
    })
}