| | |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/chapters', |
| | | component: Layout, |
| | | redirect: '/chapters', |
| | | children: [ |
| | | { |
| | | path: '/chapters', |
| | | component: () => import('@/views/work/onlineEducation/courseManage/courseChapters/index.vue'), |
| | | name: 'Chapters', |
| | | |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/chooseStu', |
| | | component: Layout, |
| | | redirect: '/chooseStu', |
| | | children: [ |
| | | { |
| | | path: '/chooseStu', |
| | | component: () => import('@/views/work/onlineEducation/classHourBatch/components/handleStudent.vue'), |
| | | name: 'ChooseStu', |
| | | |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/examStu', |
| | | component: Layout, |
| | | redirect: '/examStu', |
| | | children: [ |
| | | { |
| | | path: '/examStu', |
| | | component: () => import('@/views/work/onlineEducation/groupExams/components/student.vue'), |
| | | name: 'ExamStu', |
| | | |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/correctExam', |
| | | component: Layout, |
| | | redirect: '/correctExam', |
| | | children: [ |
| | | { |
| | | path: '/correctExam', |
| | | component: () => import('@/views/work/onlineEducation/groupExams/components/correctExam.vue'), |
| | | name: 'CorrectExam', |
| | | |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/newPage', |
| | | component: Layout, |
| | | redirect: '/newPage', |
| | | children: [ |
| | | { |
| | | path: '/newPage', |
| | | component: () => import('@/views/work/onlineEducation/systemManage/banner/components/newPage.vue'), |
| | | name: 'NewPage', |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '', |
| | | component: Layout, |
| | | redirect: '/index', |