From 40c2987c083122db0c9f9ea57750abb42d85b642 Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期二, 16 七月 2024 13:12:51 +0800
Subject: [PATCH] 完善移库任务自动下发

---
 src/main/webapp/views/login.html |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index 0a783e3..3b474b0 100644
--- a/src/main/webapp/views/login.html
+++ b/src/main/webapp/views/login.html
@@ -212,12 +212,7 @@
                     if (res.code === 200){
                         localStorage.setItem("token", res.data.token);
                         localStorage.setItem("username", res.data.username);
-                        if (mobile==="dsj1"){
                             window.location.href = "index.html";
-                        }else {
-                            window.location.href = "index2.html";
-                        }
-
                     } else {
                         layer.msg(res.msg, {offset: '150px'});
                     }

--
Gitblit v1.9.1