Commit 993e19dc authored by 无木's avatar 无木

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

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

fixed: #858
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment