From 40bf4e328668fd9673fd60a67b551c2f8d8d5445 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 05 一月 2024 14:03:42 +0800
Subject: [PATCH] 生产订单:下查(工序流转卡、工序进站接收单、工序出站汇报单、指引卡开工单、指引卡完工单、生产领料单)

---
 WebTM/views/user/login2.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/WebTM/views/user/login2.html b/WebTM/views/user/login2.html
index c8a0d38..4907208 100644
--- a/WebTM/views/user/login2.html
+++ b/WebTM/views/user/login2.html
@@ -246,11 +246,11 @@
                             sessionStorage["HManagerID"] = result.data[0].HSecManagerID;
                             sessionStorage["HManagerName"] = result.data[0].HSecManager;
                             //sessionStorage["IP"] = System.Configuration.ConfigurationSettings.AppSettings("name");
-                            if (!judgeMorPCflag) {//绉诲姩绔�
-                                window.location.href = '../../views/index_Mobile.html'
-                            } else {//PC绔�
+                            //if (!judgeMorPCflag) {//绉诲姩绔�
+                            //    window.location.href = '../../views/index_Mobile.html'
+                            //} else {//PC绔�
                                 window.location.href = '../../views/indexMenu.html'
-                            }
+                            //}
                             get_WriteConfigFile();
                         }
                         else {

--
Gitblit v1.9.1