mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-12-10 04:47:50 +00:00
面包屑导航
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user