feat(components): 添加面包屑

This commit is contained in:
Soybean
2021-09-16 08:25:07 +08:00
parent 667282f81a
commit c1cdc3a9ed
12 changed files with 195 additions and 23 deletions

View File

@ -72,6 +72,7 @@ soybean-admin
│ │ ├── dark-mode.ts //windicss暗黑模式插件
│ │ └── smooth-scroll.ts //滚动平滑插件
│ ├── router //vue路由
│ │ ├── menus.ts //菜单
│ │ ├── permission.ts //路由守卫相关函数
│ │ └── routes.ts //声明的路由
│ ├── service //网络请求