cp
2023-02-13 8730e273d5dbf1de6438c12882e69549cf44faf3
src/main/webapp/views/login.html
@@ -212,7 +212,12 @@
                    if (res.code === 200){
                        localStorage.setItem("token", res.data.token);
                        localStorage.setItem("username", res.data.username);
                        window.location.href = "index.html";
                        if (mobile==="dsj1"){
                            window.location.href = "index.html";
                        }else {
                            window.location.href = "index2.html";
                        }
                    } else {
                        layer.msg(res.msg, {offset: '150px'});
                    }