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{