From db82be82976fd9c082be8342904eb91418e65046 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Wed, 5 Jun 2024 17:41:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=8E=E6=96=87=E5=8A=A0=E8=A7=A3=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/api/system/user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sgzb-ui/src/api/system/user.js b/sgzb-ui/src/api/system/user.js index 3e498792..cb6dfae6 100644 --- a/sgzb-ui/src/api/system/user.js +++ b/sgzb-ui/src/api/system/user.js @@ -90,8 +90,8 @@ export function updateUserProfile(data) { // 用户密码重置 export function updateUserPwd(oldPassword, newPassword) { const data = { - oldPassword, - newPassword + actionCode: oldPassword, + handleCode: newPassword } return request({ url: '/system/user/profile/updatePwd',