From 7cf9f2cb8b02f5ca828f66669159bf987dc2c1f4 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 12 Jun 2023 08:47:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=A7=92=E8=89=B2=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=9C=A8=E8=BA=AB=E4=BB=BD=E5=88=87=E6=8D=A2=E4=B8=AD?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/views/include/sysIndex/topMenuUser.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/src/main/resources/views/include/sysIndex/topMenuUser.html b/modules/core/src/main/resources/views/include/sysIndex/topMenuUser.html index 426bea9e..3b2147b5 100644 --- a/modules/core/src/main/resources/views/include/sysIndex/topMenuUser.html +++ b/modules/core/src/main/resources/views/include/sysIndex/topMenuUser.html @@ -39,14 +39,14 @@ <% var roleCode = @ObjectUtils.toStringIgnoreNull(session.roleCode, ''); %> - <% for(var role in user.roleList){ %> + <% for(var role in user.roleList){ if(role.isShow == '1'){ %>
  • ${role.roleName}
  • - <% } %> + <% } } %> <% } %>