mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-24 02:02:53 +08:00
feat:新增社招新员工项目欢迎页与学习页面
This commit is contained in:
@@ -375,6 +375,13 @@ export const constantRoutes = [{
|
||||
component: (resolve) => require(['@/views/new-employee/WelcomePage'], resolve),
|
||||
name: 'NewEmployeeWelcome',
|
||||
meta: { title: '社招新员工欢迎页', icon: 'dashboard', noCache: true, affix: false },
|
||||
},
|
||||
{
|
||||
path: '/new-employee/study',
|
||||
hidden: true,
|
||||
component: (resolve) => require(['@/views/new-employee/StudyPage'], resolve),
|
||||
name: 'NewEmployeeStudy',
|
||||
meta: { title: '社招新员工学习页面', icon: 'dashboard', noCache: true, affix: false },
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user