From 639c97afabc39d3adadc17f07fa63fbd887f40fc Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Fri, 03 Jul 2026 09:13:58 +0800
Subject: [PATCH] 中科大支线-修改
---
src/router/index.js | 42 +++++++++++++++++++++++++++++++++++++++++-
1 files changed, 41 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index dd3cb3e..fe72dd2 100644
--- a/src/router/index.js
+++ b/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 }
}
]
},
@@ -224,7 +264,7 @@
path: 'company',
component: () => import('@/views/onlineEducation/systemManage/company/index.vue'),
name: 'company',
- meta: { title: '企业管理',icon: 'form'}
+ meta: { title: '单位管理',icon: 'form'}
},
{
path: 'user',
--
Gitblit v1.9.2