src/main/webapp/hxzk/login.jsp
@@ -58,7 +58,7 @@ overflow: hidden; } @media (min-width: 360px) and (max-width: 369px) { @media (min-width: 340px) and (max-width: 369px) { .container-fluid{ width: 100%; } @@ -276,13 +276,10 @@ success: function (data) { //console.log(data) if (data == "1") { localStorage.setItem("username",username); window.location.href = "/hxzkoa/show.do" } else { swal( '登录失败!', '用户名和密码错误!', 'error' ) alert("用户名或密码错误!") } }, });