From 5d2a46a1d8aa9d5958655fa0b2a408e82fbc7daf Mon Sep 17 00:00:00 2001 From: RuoYi Date: Tue, 14 Jan 2025 11:09:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=89=B9=E6=AE=8A=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E5=AF=86=E7=A0=81=E4=BF=AE=E6=94=B9=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/system/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/system/user.js b/api/system/user.js index 46aec05..c5b653f 100644 --- a/api/system/user.js +++ b/api/system/user.js @@ -10,7 +10,7 @@ export function updateUserPwd(oldPassword, newPassword) { return request({ url: '/system/user/profile/updatePwd', method: 'put', - params: data + data: data }) }