面包屑导航

This commit is contained in:
gary.fu
2024-01-02 17:10:45 +08:00
parent cb4e3110ca
commit 7689b58b13
18 changed files with 165 additions and 48 deletions

View File

@@ -30,6 +30,12 @@ menuStore.loadBusinessMenus()
<el-header>
<top-nav />
</el-header>
<el-header
v-if="globalConfigStore.layoutMode === GlobalLayoutMode.TOP && globalConfigStore.isShowBreadcrumb"
class="tabs-header"
>
<common-breadcrumb />
</el-header>
<el-header
v-if="tabsViewStore.isTabMode"
class="tabs-header"