From d931e0f03ae0a56011b640604cd4cc98d83dddf1 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Tue, 28 Nov 2023 16:15:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96vue=E7=94=9F=E6=88=90?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= 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{