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 | 28 +++++++++++++++++++++++++++-
1 files changed, 27 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index b5e29b4..fe72dd2 100644
--- a/src/router/index.js
+++ b/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,
@@ -238,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