优化新版Chrome浏览器回退出现的遮罩层

pull/361/head
RuoYi 2022-01-07 11:26:35 +08:00
parent 871c0a115d
commit 36f428d928
1 changed files with 1 additions and 1 deletions

View File

@ -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();
} }
}); });
} }