zhouwx
2024-08-05 4f6cdee3d3a9967b6955aacc354bf557430c0643
src/router/index.js
@@ -62,6 +62,46 @@
        path: '/chapters',
        component: () => import('@/views/onlineEducation/courseManage/courseChapters/index.vue'),
        name: 'Chapters',
        meta: { title: '章节',icon: 'form',  affix: true }
      }
    ]
  },
  {
    path: '/chooseStu',
    component: Layout,
    redirect: '/chooseStu',
    children: [
      {
        path: '/chooseStu',
        component: () => import('@/views/onlineEducation/classHourBatch/components/handleStudent.vue'),
        name: 'ChooseStu',
        meta: { title: '批次学员',icon: 'form',  affix: true }
      }
    ]
  },
  {
    path: '/examStu',
    component: Layout,
    redirect: '/examStu',
    children: [
      {
        path: '/examStu',
        component: () => import('@/views/onlineEducation/groupExams/components/student.vue'),
        name: 'ExamStu',
        meta: { title: '考试学员',icon: 'form',  affix: true }
      }
    ]
  },
  {
    path: '/correctExam',
    component: Layout,
    redirect: '/correctExam',
    children: [
      {
        path: '/correctExam',
        component: () => import('@/views/onlineEducation/groupExams/components/correctExam.vue'),
        name: 'CorrectExam',
        meta: { title: '批改试卷',icon: 'form',  affix: true }
      }
    ]
  },