From 3e8524cd3d29469f091e7c245d2d1431f508cf25 Mon Sep 17 00:00:00 2001
From: zhongrj <123456>
Date: Tue, 27 Dec 2022 10:20:19 +0800
Subject: [PATCH] axios 设置请求携带 token
---
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