From fb8db39ccdca6ca638b3e133d186cb3fe6a558bc Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Mon, 04 Mar 2024 17:43:08 +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