From 33f44846c05b47bea48d2faead046a4e0259f741 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 06 Jun 2024 16:31:42 +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