mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-02-02 19:08:40 +08:00
fix(demo): add mock data account detail
route
添加mock数据中缺失的账号详情路由 fixed: #858
This commit is contained in:
parent
808291b503
commit
993e19dcc3
@ -1,3 +1,8 @@
|
|||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- **Table** 修复滚动条样式问题
|
||||||
|
- **其它** 修复菜单默认折叠的配置不起作用的问题
|
||||||
|
|
||||||
## 2.6.0(2021-07-04)
|
## 2.6.0(2021-07-04)
|
||||||
|
|
||||||
### ✨ Features
|
### ✨ Features
|
||||||
|
@ -128,6 +128,18 @@ const sysRoute = {
|
|||||||
},
|
},
|
||||||
component: '/demo/system/account/index',
|
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',
|
path: 'role',
|
||||||
name: 'RoleManagement',
|
name: 'RoleManagement',
|
||||||
|
Loading…
Reference in New Issue
Block a user