优化vue生成模板

This commit is contained in:
thinkgem
2023-11-28 16:15:21 +08:00
parent 2f80eadd26
commit d931e0f03a

View File

@@ -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{