安全在线教育平台
祖安之光
5 days ago ff46cc24356b2cd2f23ab3cd7892e61b682d2b8c
src/router/index.js
@@ -79,6 +79,32 @@
      }
    ]
  },
  {
    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 }
      }
    ]
  },
  // {
  //   path: '',
  //   component: Layout,