From 07e81517366c941dea721a003e197ef44740ae26 Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Mon, 17 Nov 2025 15:10:29 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AF=86=E7=A0=81=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/admin/biz/user/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/admin/biz/user/index.html b/src/main/resources/templates/admin/biz/user/index.html index ca99c7d..e0de7d4 100644 --- a/src/main/resources/templates/admin/biz/user/index.html +++ b/src/main/resources/templates/admin/biz/user/index.html @@ -577,7 +577,7 @@ this.modalInstances['resetPwdModal'].show(); }, resetPwd() { - request.put("/biz/user/resetPasswordRequest", this.resetPasswordDto) + request.put("/biz/user/resetPassword", this.resetPasswordDto) .then((res) => { if (res.code === 200) { $message.success('修改成功!', 500);