src/router/index.js
@@ -79,6 +79,19 @@ } ] }, { 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: '', // component: Layout,