From b8279ffe640b856a488f1779d959c55701002fb9 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Tue, 28 Nov 2023 16:15:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BF=AE=E6=94=B9=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E5=90=8E=E7=9A=84=E6=93=8D=E4=BD=9C?= 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 9ef108b6..becbdf27 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 @@ -331,9 +331,9 @@ $("#inputFormPwd").validate({ if(data.result == Global.TRUE){ js.alert(data.message, function(){ if ('${parameter.url}'!=''){ - location = '${ctxPath}${parameter.url}'; + js.window.location = '${ctxPath}${parameter.url}'; }else{ - location = '${ctx}/sys/user/info?op=mpd'; + js.window.location = '${ctx}/sys/user/info?op=mpd'; } }); }else{