lookThere-system/README.md
2024-12-24 10:37:31 +08:00

16 lines
582 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 面包屑的使用在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