From 283da741b2429cf5a53786e5ee1b5528b757fdf6 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期三, 11 六月 2025 11:10:42 +0800
Subject: [PATCH] 首页及电子货位卡页面

---
 igds-dzhwk-web/src/main/resources/static/dzhwk/common.js |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/igds-dzhwk-web/src/main/resources/static/dzhwk/common.js b/igds-dzhwk-web/src/main/resources/static/dzhwk/common.js
index e89a984..3b77062 100644
--- a/igds-dzhwk-web/src/main/resources/static/dzhwk/common.js
+++ b/igds-dzhwk-web/src/main/resources/static/dzhwk/common.js
@@ -8,7 +8,7 @@
         console.log('鐢ㄦ埛娌℃湁鎿嶄綔');
         // 濡傛灉娌℃湁鎿嶄綔瓒呰繃1鍒嗛挓锛岃烦杞埌閿佸睆椤甸潰
         window.location.href = "../dzhwk/lock?flag=" + flag;
-    }, 1000*60); // 1鍒嗛挓
+    }, 1000*60*60); // 1鍒嗛挓
 }
 
 /**
@@ -54,5 +54,17 @@
  * @param tag
  */
 function toPage(tag) {
+    if(tag == "security"){
+        layer.msg("鏆傛湭瀵规帴锛�");
+        return;
+    }
+    if(tag == "grain-check"){
+        layer.msg("鏆傛湭瀵规帴锛�");
+        return;
+    }
+    if(tag == "grain-handle"){
+        layer.msg("鏆傛湭瀵规帴锛�");
+        return;
+    }
     window.location.href = "../dzhwk/" + tag;
 }
\ No newline at end of file

--
Gitblit v1.9.3