| | |
| | | <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> |
| | |
| | | }; |
| | | |
| | | //打开质量检测 |
| | | // 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> |