From 81c81ad6899496bbb46a59c815503f1f90bc4718 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Fri, 03 Jul 2026 10:43:15 +0800
Subject: [PATCH] 中科大支线-修改
---
src/router/index.js | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 0856c65..fe72dd2 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -92,6 +92,19 @@
}
]
},
+ {
+ 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,
@@ -251,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