From 00acb9d6cb8d3455e9a7c2b51722fafeb820a92c Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期四, 05 六月 2025 20:02:37 +0800
Subject: [PATCH] 增加接口包及解析

---
 igds-dzhwk-web/src/main/resources/static/dzhwk/common.js |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 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..115e556 100644
--- a/igds-dzhwk-web/src/main/resources/static/dzhwk/common.js
+++ b/igds-dzhwk-web/src/main/resources/static/dzhwk/common.js
@@ -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