优化vue生成模板
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user