假期问题修复
This commit is contained in:
@@ -150,28 +150,6 @@ export const constantRoutes = [
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
// {
|
||||
// path: '/people/updateOffboarding/:offboardingId(\\d+)',
|
||||
// component: () => import('@/views/oa/offboarding/update'),
|
||||
// hidden: true,
|
||||
// name: 'offboarding',
|
||||
// meta: { title: '跟进离职流程', activeMenu: '/people/offboarding' }
|
||||
// },
|
||||
/* {
|
||||
path: '/finance',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
redirect: 'noredirect',
|
||||
children: [
|
||||
{
|
||||
path: 'costing',
|
||||
component: () => import('@/views/oa/costing/list'),
|
||||
name: 'Profile',
|
||||
meta: { title: '个人中心', icon: 'user' }
|
||||
}
|
||||
]
|
||||
}*/
|
||||
]
|
||||
|
||||
// 动态路由,基于用户权限动态去加载
|
||||
|
||||
Reference in New Issue
Block a user