提交 993e19dc 编写于 作者: 无木

fix(demo): add mock data `account detail` route

添加mock数据中缺失的账号详情路由

fixed: #858
上级 808291b5
### 🐛 Bug Fixes
- **Table** 修复滚动条样式问题
- **其它** 修复菜单默认折叠的配置不起作用的问题
## 2.6.0(2021-07-04)
### ✨ Features
......
......@@ -128,6 +128,18 @@ const sysRoute = {
},
component: '/demo/system/account/index',
},
{
path: 'account_detail/:id',
name: 'AccountDetail',
meta: {
hideMenu: true,
title: 'routes.demo.system.account_detail',
ignoreKeepAlive: true,
showMenu: false,
currentActiveMenu: '/system/account',
},
component: '/demo/system/account/AccountDetail',
},
{
path: 'role',
name: 'RoleManagement',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册