| | |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/courseManage', |
| | | component: Layout, |
| | | redirect: '/onlineEducation/courseManage', |
| | | children: [ |
| | | { |
| | | path: 'course', |
| | | component: () => import('@/views/work/onlineEducation/courseManage/index.vue'), |
| | | name: 'course', |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/class', |
| | | component: Layout, |
| | | redirect: '/class', |
| | | children: [ |
| | | { |
| | | path: '/class', |
| | | component: () => import('@/views/work/onlineEducation/classHourBatch/index.vue'), |
| | | name: 'class', |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/group', |
| | | component: Layout, |
| | | redirect: '/group', |
| | | children: [ |
| | | { |
| | | path: '/group', |
| | | component: () => import('@/views/work/onlineEducation/groupExams/index.vue'), |
| | | name: 'group', |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/offline', |
| | | component: Layout, |
| | | redirect: '/offline', |
| | | children: [ |
| | | { |
| | | path: '/offline', |
| | | component: () => import('@/views/work/onlineEducation/offlineEducation/index.vue'), |
| | | name: 'offline', |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/chapters', |
| | | component: Layout, |
| | | redirect: '/chapters', |
| | |
| | | } |
| | | ] |
| | | }, |
| | | |
| | | { |
| | | path: '/newPage', |
| | | component: Layout, |