From 0e33e2a6a9db4e54c7bcbc663b36da0db5f21b5c Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 9 Jul 2025 11:03:19 +0800 Subject: [PATCH] =?UTF-8?q?Recover=20=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=90=8E=E8=B7=B3=E8=BD=AC=E7=9B=AE=E6=A0=87?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B8=8D=E5=AF=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/views/modules/sys/user/userInfo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/src/main/resources/views/modules/sys/user/userInfo.html b/modules/core/src/main/resources/views/modules/sys/user/userInfo.html index fd92d363..28382e6c 100644 --- a/modules/core/src/main/resources/views/modules/sys/user/userInfo.html +++ b/modules/core/src/main/resources/views/modules/sys/user/userInfo.html @@ -313,7 +313,7 @@ $("#inputFormBase").validate({ js.ajaxSubmitForm($(form), function(data){ js.showMessage(data.message); if(data.result == Global.TRUE){ - js.window.location = '${ctx}/sys/user/info?op=base'; + location = '${ctx}/sys/user/info?op=base'; } }, "json"); } @@ -386,7 +386,7 @@ $("#inputFormPqa").validate({ js.ajaxSubmitForm($(form), function(data){ js.showMessage(data.message); if(data.result == Global.TRUE){ - js.window.location = '${ctx}/sys/user/info?op=pqa'; + location = '${ctx}/sys/user/info?op=pqa'; } }, "json"); $('#validPassword').val(validPassword);