mirror of https://gitee.com/y_project/RuoYi.git
优化新版Chrome浏览器回退出现的遮罩层
parent
871c0a115d
commit
36f428d928
|
@ -33,11 +33,11 @@ function login() {
|
||||||
if (r.code == web_status.SUCCESS) {
|
if (r.code == web_status.SUCCESS) {
|
||||||
location.href = ctx + 'index';
|
location.href = ctx + 'index';
|
||||||
} else {
|
} else {
|
||||||
$.modal.closeLoading();
|
|
||||||
$('.imgcode').click();
|
$('.imgcode').click();
|
||||||
$(".code").val("");
|
$(".code").val("");
|
||||||
$.modal.msg(r.msg);
|
$.modal.msg(r.msg);
|
||||||
}
|
}
|
||||||
|
$.modal.closeLoading();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue