From 395db813b5639d76b3158202a3abaea3550201a1 Mon Sep 17 00:00:00 2001 From: bleachtred Date: Mon, 25 Sep 2023 15:29:32 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81=E6=8E=A5=E5=8F=A3,?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=96=B0=E6=97=A7=E5=AF=86=E7=A0=81=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E6=98=8E=E6=96=87?= 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 cb448f5..fdcafc2 100644 --- a/src/api/system/user/index.ts +++ b/src/api/system/user/index.ts @@ -136,7 +136,7 @@ export const updateUserPwd = (oldPassword: string, newPassword: string) => { headers: { isEncrypt: true }, - params: data + data: data }); };