登录失败刷新验证码

pull/3/head
RuoYi 2018-05-21 14:50:13 +08:00
parent 6ff61b101f
commit c41b58d478
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ function login() {
if (r.code == 0) {
parent.location.href = ctx + 'index';
} else {
$('.imgcode').click();
layer.msg(r.msg);
}
}