From d044cfd0e75a518b763b377a29c5c4478f1e2e07 Mon Sep 17 00:00:00 2001 From: tengxiaofei <302828528@qq.com> Date: Wed, 9 Oct 2024 16:36:10 +0800 Subject: [PATCH] =?UTF-8?q?HL-6191=20SCP=EF=BC=8C=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E5=BF=98=E8=AE=B0=E5=AF=86=E7=A0=81=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E9=82=AE=E7=AE=B1=E6=9C=AA=E6=94=B6=E5=88=B0=E9=82=AE=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/user/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/system/user/index.ts b/src/api/system/user/index.ts index bbf043064..606b95124 100644 --- a/src/api/system/user/index.ts +++ b/src/api/system/user/index.ts @@ -102,7 +102,7 @@ export const updatePassword = (data : UserVO) => { } // 重置密码 export const updateUserPassword = (data : UserVO) => { - return request.put({ url: '/system/user/update-password', data }) + return request.put({ url: '/system/user/update-password-by-mailKey', data }) } export const getPassWordConfig = () => {