From 0f823d771d6a876c8990ad5b7dd80c835c38c53f Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 06 六月 2024 15:52:46 +0800
Subject: [PATCH] 班级学员新增、修改

---
 src/router.js |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/router.js b/src/router.js
index 2c097b8..1038fe3 100644
--- a/src/router.js
+++ b/src/router.js
@@ -129,6 +129,13 @@
         component: () => import('@/views/Manage/TestPaper/QuestionBank.vue'),
         meta: { title: '棰樺簱绠$悊' }
       },
+      // 绉戠洰绠$悊
+      {
+        path: 'subject',
+        name: 'subject',
+        component: () => import('@/views/Manage/TestPaper/subject.vue'),
+        meta: { title: '绉戠洰绠$悊' }
+      },
       // 璇曞嵎鐢熸垚
       {
         path: 'test-paper-generation',
@@ -210,7 +217,6 @@
 ]
 
 const router = new Router({
-  mode: 'history',
   routes: constantRoutes
 })
 

--
Gitblit v1.8.0