From 38d90aeb0d8d05fe7e1c9421083308da25905b30 Mon Sep 17 00:00:00 2001
From: Administrator <jinghz@oceic.com>
Date: 星期二, 11 四月 2023 20:04:44 +0800
Subject: [PATCH] 隐藏侧边栏

---
 WebTM/views/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebTM/views/index.html b/WebTM/views/index.html
index 64a7286..d0626fe 100644
--- a/WebTM/views/index.html
+++ b/WebTM/views/index.html
@@ -1168,7 +1168,7 @@
                 //鍊掕鏃跺叧闂�
                 timer = setTimeout(function () {
                     $("#LAY_app_flexible").click();
-                }, 3000);
+                }, 10);
             }
         }
 

--
Gitblit v1.9.1