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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/index.xhtml b/src/main/webapp/index.xhtml index c9e980c..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)}" -- Gitblit v1.9.2