From 926fd4d1b89e7e5e6338d8f292edc4f728049856 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Fri, 02 Aug 2024 17:33:05 +0800
Subject: [PATCH] 试卷批改
---
src/router/index.js | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 0856c65..d0ea350 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,
--
Gitblit v1.9.2