From 40eead2f9def9ff32a7f9820d33ad827abe46d0f Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期三, 03 九月 2025 10:18:59 +0800
Subject: [PATCH] 许可证到期提醒,系统30分钟无操作下线账号

---
 src/main/webapp/views/realtimeWatch/console.html |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/realtimeWatch/console.html b/src/main/webapp/views/realtimeWatch/console.html
index c33f08f..7515115 100644
--- a/src/main/webapp/views/realtimeWatch/console.html
+++ b/src/main/webapp/views/realtimeWatch/console.html
@@ -31,6 +31,12 @@
                 <h6>AUTOMATIC WAREHOUSE WCS MONITORING DIAGRAM</h6>
             </div>
         </div>
+        <select onchange="window.open(this.value)">
+            <option value = "console1.html">--鎴愬搧涓�妤�--</option>
+            <option value="console2.html" >-鍗婃垚鍝佷簩妤�-</option>
+            <option value="console3.html">-鎴愬搧浜屾ゼ-</option>
+            <option value="console.html"selected ="selected">-鍗婃垚鍝佷竴妤�-</option>
+        </select>
         <!-- 璐ф灦 + 鍫嗗灈鏈� + 鍏ュ簱绔欑偣 -->
         <div class="main-part">
 

--
Gitblit v1.9.1