From 9dccc035980f0a770c2e492cc2987f75de868640 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期二, 24 十月 2023 09:46:53 +0800
Subject: [PATCH] 西藏山南项目

---
 igds-web/src/main/resources/templates/index/index-5329.html |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/igds-web/src/main/resources/templates/index/index-5329.html b/igds-web/src/main/resources/templates/index/index-5329.html
index 7dff021..3cec265 100644
--- a/igds-web/src/main/resources/templates/index/index-5329.html
+++ b/igds-web/src/main/resources/templates/index/index-5329.html
@@ -111,7 +111,7 @@
 						<P>鏅鸿兘棰勮</P>
 				</a>
 				</span> <span class="i-menu-item i-menu5 i-navBg5">
-				<a href="javascript:;" onClick="open3d()">
+				<a href="javascript:;" onClick="openHelp()">
 					<i><img th:src="@{/static/images/i-icon-help1.png}"/></i>
 					<P>甯姪涓績</P>
 				</a>
@@ -207,14 +207,15 @@
     };
 
     //鎵撳紑璐ㄩ噺妫�娴�
-    // function open3d() {
-    //     if ("#" == threePath) {
-    //         window.open("#", "_self");
-    //     } else {
-    //         window.open(threePath, "_blank");
-    //     }
-    // };
     function open3d() {
+        if ("#" == threePath) {
+            window.open("#", "_self");
+        } else {
+            window.open(threePath, "_blank");
+        }
+    };
+
+    function openHelp() {
         window.open("./basic/common/help-center", "_blank");
     };
 </script>

--
Gitblit v1.9.3