From f513655448cb73391ede203d31d688cbbf587291 Mon Sep 17 00:00:00 2001 From: "HDM58\\hdm58" Date: Sun, 14 Jan 2024 15:50:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E9=87=8D=E7=BD=AE=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/user/view/user/view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/user/view/user/view.html b/app/user/view/user/view.html index 607805a..d848ce4 100644 --- a/app/user/view/user/view.html +++ b/app/user/view/user/view.html @@ -149,7 +149,7 @@ } } } - tool.post("/user/admin/reset_psw",{id: id}, callback); + tool.post("/user/user/reset_psw",{id: id}, callback); layer.close(index); }) });