表格
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
<Icon
|
||||
:color="configStore.getColorVal('headerBarTabColor')"
|
||||
class="nav-menu-icon"
|
||||
name="fa fa-cogs"
|
||||
name="el-icon-Setting"
|
||||
size="18"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,6 +79,53 @@ const init = () => {
|
||||
extend: 'none'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
'id': 2,
|
||||
'pid': 0,
|
||||
'type': 'menu_dir',
|
||||
'title': '权限管理',
|
||||
'name': 'auth',
|
||||
'path': 'auth',
|
||||
'icon': 'fa fa-group',
|
||||
'menu_type': null,
|
||||
'url': '',
|
||||
'component': '',
|
||||
'keepalive': 0,
|
||||
'extend': 'none',
|
||||
'children': [
|
||||
{
|
||||
'id': 3,
|
||||
'pid': 2,
|
||||
'type': 'menu',
|
||||
'title': '角色管理',
|
||||
'name': 'auth/role',
|
||||
'path': 'auth/role',
|
||||
'icon': 'fa fa-group',
|
||||
'menu_type': 'tab',
|
||||
'url': '',
|
||||
'component': '/src/views/auth/role.vue',
|
||||
'keepalive': 'auth/role',
|
||||
'extend': 'none',
|
||||
'children': []
|
||||
},
|
||||
{
|
||||
'id': 13,
|
||||
'pid': 2,
|
||||
'type': 'menu',
|
||||
'title': '菜单规则管理',
|
||||
'name': 'auth/menu',
|
||||
'path': 'auth/menu',
|
||||
'icon': 'el-icon-Grid',
|
||||
'menu_type': 'tab',
|
||||
'url': '',
|
||||
'component': '/src/views/auth/menu/index.vue',
|
||||
'keepalive': 'auth/menu',
|
||||
'extend': 'none',
|
||||
'children': []
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
])
|
||||
// 预跳转到上次路径
|
||||
|
||||
Reference in New Issue
Block a user