From 63dd5c161d1582ab26242dbd79d5e10e031fbc6c Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 30 Jun 2025 11:19:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3beetl=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E5=90=8E=E5=86=8D=E7=99=BB=E5=BD=95=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=EF=BC=8C=E6=B2=A1=E6=9C=89=E8=B7=B3=E8=BD=AC=E5=88=B0?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/views/modules/sys/user/userInfo.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 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 406fcfed..fd92d363 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){ - location = '${ctx}/sys/user/info?op=base'; + js.window.location = '${ctx}/sys/user/info?op=base'; } }, "json"); } @@ -353,7 +353,8 @@ $("#inputFormPwd").validate({ if ('${parameter.url}'!=''){ js.window.location = '${ctxPath}${parameter.url}'; }else{ - js.window.location = '${ctx}/sys/user/info?op=mpd'; + //js.window.location = '${ctx}/sys/user/info?op=mpd'; + js.window.location = '${ctxPath}'; } }); }else{ @@ -385,7 +386,7 @@ $("#inputFormPqa").validate({ js.ajaxSubmitForm($(form), function(data){ js.showMessage(data.message); if(data.result == Global.TRUE){ - location = '${ctx}/sys/user/info?op=pqa'; + js.window.location = '${ctx}/sys/user/info?op=pqa'; } }, "json"); $('#validPassword').val(validPassword);