优化修改密码后的操作

This commit is contained in:
thinkgem
2023-11-28 16:15:16 +08:00
parent af44331820
commit b8279ffe64

View File

@@ -331,9 +331,9 @@ $("#inputFormPwd").validate({
if(data.result == Global.TRUE){ if(data.result == Global.TRUE){
js.alert(data.message, function(){ js.alert(data.message, function(){
if ('${parameter.url}'!=''){ if ('${parameter.url}'!=''){
location = '${ctxPath}${parameter.url}'; js.window.location = '${ctxPath}${parameter.url}';
}else{ }else{
location = '${ctx}/sys/user/info?op=mpd'; js.window.location = '${ctx}/sys/user/info?op=mpd';
} }
}); });
}else{ }else{