From 1a3ef899e4758365f5ae6a725b13c35db2ce5afb Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 15 十二月 2023 16:25:01 +0800
Subject: [PATCH] 1

---
 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