From ff46cc24356b2cd2f23ab3cd7892e61b682d2b8c Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Mon, 11 May 2026 10:03:42 +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