16 lines
582 B
Markdown
16 lines
582 B
Markdown
## 面包屑的使用在Navbar.vue中
|
||
<breadcrumb id="breadcrumb-container" class="breadcrumb-container" v-if="!settingsStore.topNav" />
|
||
.app-container 是中间主要内容区域,高度是calc(100vh - 150px)
|
||
|
||
菜单栏为:
|
||
首页 index
|
||
用户管理 system/customer/index.vue
|
||
内容审核 system/check/index.vue
|
||
产品管理 system/goods/index.vue
|
||
客服系统 system/chat/index.vue
|
||
营销管理
|
||
----订单管理 system/order/index.vue
|
||
系统管理
|
||
----角色管理 system/role/index.vue
|
||
----人员管理 system/user/index.vue
|
||
----操作日志 system/log/index.vue |