From 6459f8bff3e568e65e6dc617f22c686cf5a8db44 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期一, 15 七月 2024 16:35:06 +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 b5e29b4..0856c65 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -79,6 +79,19 @@
       }
     ]
   },
+  {
+    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: '',
   //   component: Layout,

--
Gitblit v1.9.2