update:更新默认菜单图标

This commit is contained in:
jiewenhuang 2023-08-17 21:57:09 +08:00
parent 9ec8b1f7fe
commit e7b21e2e00
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
th:target="${menuItem.spec.target?.value}"
th:title="${menuItem.status.displayName}">
<th:block th:if="${theme.config.navbar.enable_navbar_icon}" >
<i th:class="'m-icon '+${#annotations.getOrDefault(menuItem, 'icon','joe-font joe-icon-shouye')}"></i>
<i th:class="'m-icon '+${#annotations.getOrDefault(menuItem, 'icon','jiewen joe-icon-zuzhijiagou')}"></i>
</th:block>
[[${menuItem.status.displayName}]]
</a>