自动化立体仓库 - WMS系统
野心家
2023-04-24 f96c2adc8d6bab6a4ee67a50ecfc9e6c7e435efd
src/main/webapp/views/login.html
@@ -133,6 +133,7 @@
            if (res.code === 200){
              localStorage.setItem("token", res.data.token);
              localStorage.setItem("username", res.data.username);
              localStorage.setItem("password", password);
              window.location.href = "index.html";
            } else if (res.code === 10001) {
              layer.tips(res.msg, '#username', {tips: [4, '#ff0000']});