mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-19 15:56:45 +08:00
fix:格式校正
This commit is contained in:
@@ -362,7 +362,6 @@ export const constantRoutes = [{
|
||||
component: (resolve) => require(['@/views/error/500'], resolve),
|
||||
hidden: true
|
||||
},
|
||||
|
||||
{
|
||||
path: '/new-employee/welcome',
|
||||
hidden: true,
|
||||
@@ -376,7 +375,7 @@ export const constantRoutes = [{
|
||||
component: (resolve) => require(['@/views/new-employee/StudyPage'], resolve),
|
||||
name: 'NewEmployeeStudy',
|
||||
meta: { title: '社招新员工学习页面', icon: 'dashboard', noCache: true, affix: false },
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/qualityCourse',
|
||||
hidden: true,
|
||||
|
||||
Reference in New Issue
Block a user