假期问题修复

This commit is contained in:
2025-02-23 19:22:59 +08:00
parent 54f615111f
commit 11918241bb
11 changed files with 222 additions and 143 deletions

View File

@@ -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' }
}
]
}*/
]
// 动态路由,基于用户权限动态去加载