页面稍微适配下移动端
新增登陆验证码一分钟内只能尝试三次
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
$('#side').load("/html/body/nas/side.html");
|
||||
$.get("/login/check.do", function (data) {
|
||||
let json = JSON.parse(data);
|
||||
if (json.code != 0) {
|
||||
if (json.code !== 0) {
|
||||
window.location.href = "/"
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user