diff --git a/pom.xml b/pom.xml index 2be56c99..3378225f 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ cn.stylefeng guns - 7.1.2 + 7.1.3 guns 单体前后端不分离,基于beetl模板引擎 @@ -24,7 +24,7 @@ UTF-8 1.8 8.0.21 - 7.1.2 + 7.1.3 latest diff --git a/src/main/webapp/pages/layout/_header.html b/src/main/webapp/pages/layout/_header.html index 8881d8b7..4f9283ca 100644 --- a/src/main/webapp/pages/layout/_header.html +++ b/src/main/webapp/pages/layout/_header.html @@ -15,7 +15,7 @@ @if(objectUtil.isNotEmpty(layuiAppIndexMenus)){ @for(item in layuiAppIndexMenus) { -
  • ${item.appName}
  • +
  • ${item.appName}
  • @} @}