jiazx0107@163.com
2023-11-04 43ce77a85d8297a53dc25430fff10ead57296167
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>