From 0bce012caf164fafb05b53f602c2e22fd833546d Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 06 六月 2024 10:00:54 +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