mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-12-07 22:57:15 +08:00
update src/layout/LayoutColumns.vue.
Signed-off-by: KAI <1373639299@qq.com>
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<span v-show="!appStore.menuCollapse" class="system-name gi_line_1">{{ appStore.getTitle() }}</span>
|
||||
</div>
|
||||
<Menu
|
||||
v-if="twoLevelMenus.length > 1 || oneLevelMenuActiveRoute?.meta?.alwaysShow === true"
|
||||
v-if="twoLevelMenus.length >= 1 || oneLevelMenuActiveRoute?.meta?.alwaysShow === true"
|
||||
class="layout-columns__menu" :menus="twoLevelMenus" :menu-style="menuStyle"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user