From f672d8c167948fc73af8c7b1492490b37b04e658 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Fri, 1 Jan 2021 18:20:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B6=E9=83=A8=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E5=90=8D=E7=A7=B0=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/pages/layout/_header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/pages/layout/_header.html b/src/main/webapp/pages/layout/_header.html index dc3f1470..f3126cae 100644 --- a/src/main/webapp/pages/layout/_header.html +++ b/src/main/webapp/pages/layout/_header.html @@ -16,9 +16,9 @@ @if(objectUtil.isNotEmpty(layuiAppIndexMenus)){ @for(item in layuiAppIndexMenus) { @if(itemLP.index == 1){ -
  • ${item.appCode}
  • +
  • ${item.appName}
  • @}else{ -
  • ${item.appCode}
  • +
  • ${item.appName}
  • @} @} @}