From 3c738f4fe2762bba8087e5a22fc0dc06560eab0e Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 08 Aug 2024 10:01:17 +0800
Subject: [PATCH] 三色任务与自查任务
---
api/system/user.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/api/system/user.js b/api/system/user.js
index 72554fc..b15367e 100644
--- a/api/system/user.js
+++ b/api/system/user.js
@@ -3,7 +3,7 @@
//修改密码
export const updatePassword = (params) => {
return http.request({
- url: '/blade-user/update-password',
+ url: '/blade-system/user/update-password',
method: 'POST',
params
})
--
Gitblit v1.9.3