From 2d805c18b847d5fe6e4d97e1ddaa018590c205ef Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 28 Dec 2022 08:48:11 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.2.114:10010/r/srs-police-affairs
---
src/api/dept/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index f3bbcf3..4807c14 100644
--- a/src/api/dept/index.js
+++ b/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',
})
}
--
Gitblit v1.9.3