自动化立体仓库 - WCS系统
#
LSH
2023-02-13 84ed2c5a6a2668d37823744fa125ebb293470329
#
2个文件已修改
11 ■■■■ 已修改文件
src/main/java/com/zy/core/MainProcess.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/login.html 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/core/MainProcess.java
@@ -69,8 +69,8 @@
                    //启动、完成、暂停测试系统测试
                    mainService.packTest();
                    //火警,给堆垛机发送火警警报
                    mainService.fierCrn();
//                    //火警,给堆垛机发送火警警报
//                    mainService.fierCrn();
                } catch (Exception e) {
                    e.printStackTrace();
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'});
                    }