From 246f7b6fd81cf2ba620b8f9bf7cf24b61d7cf521 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期三, 17 七月 2024 16:38:54 +0800 Subject: [PATCH] bug修改 --- src/router/index.js | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index dd3cb3e..0856c65 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -62,6 +62,33 @@ 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 } } ] }, -- Gitblit v1.9.2