祖安之光
10 天以前 5df79be2b15c0c22e4c25f94b02464ad70d793c3
src/router/index.js
@@ -53,21 +53,129 @@
    hidden: true
  },
  {
    path: '/fillForm',
    component: () => import('@/views/safetyReview/expertManage/fillForm/index.vue'),
    hidden: true
  },
  {
    path: '/certPdf',
    component: () => import('@/views/certificatePdf'),
    hidden: true
  },
  {
    path: '/checkProgress',
    component: () => import('@/views/safetyReview/expertManage/checkProgress/index.vue'),
    path: '/menuPage',
    component: () => import('@/views/menuPage'),
    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',
    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',