From 1123d12eb51d23edcd4a39660ef8cd47802b931d Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期二, 30 一月 2024 11:06:32 +0800 Subject: [PATCH] change config --- src/main/webapp/index.xhtml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/index.xhtml b/src/main/webapp/index.xhtml index 22e051a..a51c076 100644 --- a/src/main/webapp/index.xhtml +++ b/src/main/webapp/index.xhtml @@ -104,7 +104,7 @@ <p:panelGrid styleClass="menu" columns="1"> <c:if test="#{menuController.menuList != null and menuController.menuList.size() > 0}"> <c:forEach items="#{menuController.menuList}" var="menu"> - <c:if test="#{menu.dispInMenuList}"> + <c:if test="#{menu.dispInMenuList and (menu.id ne 'system_link' or menuController.activeEnv eq 'gslab') }"> <c:if test="#{menu.subMenu != null and menu.subMenu.size() > 0}"> <p:panelMenu style="border: none"> <p:submenu label="#{menu.title}" rendered="#{menuController.isDispRootMenu(menu)}" @@ -151,7 +151,7 @@ </ui:define> <ui:define name="south"> - <a style="text-align: center;display: block" href="http://beian.miit.gov.cn" target="_Blank">Copyright©2017 中国科学院苏州纳米技术与纳米仿生研究所 苏ICP备10220403号-6</a> + <a style="text-align: center;display: block" href="http://beian.miit.gov.cn" target="_Blank">${institute.copyright}</a> </ui:define> </ui:composition> </html> -- Gitblit v1.9.2