20200617-zlp-1
多部门切换 视频学习页面 过滤bug
This commit is contained in:
@ -78,6 +78,19 @@ export const constantRoutes = [{
|
||||
meta: { title: '个人中心', icon: 'user' }
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/user/change',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
redirect: 'noredirect',
|
||||
children: [{
|
||||
path: 'dept',
|
||||
component: () =>
|
||||
import ('@/views/system/user/change/dept/index'),
|
||||
name: 'Changedept',
|
||||
meta: { title: '切换岗位', icon: 'user' }
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/dict',
|
||||
component: Layout,
|
||||
|
Reference in New Issue
Block a user