From 241255fbe2b6db3b2ed263f1e5a9956f5f9a0ee2 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 11 六月 2024 11:40:58 +0800 Subject: [PATCH] 考试管理 --- src/router.js | 30 +++++++++++++++++++++++++++--- 1 files changed, 27 insertions(+), 3 deletions(-) diff --git a/src/router.js b/src/router.js index 2c097b8..4fdb4f0 100644 --- a/src/router.js +++ b/src/router.js @@ -45,7 +45,7 @@ { path: '/', name: 'examIndex', - component: () => import('@/views/Exam/Exam.vue') + component: () => import('@/views/Exam/ExamManage.vue') }, { path: 'myexam', @@ -103,11 +103,23 @@ name: 'attendanceRecord', component: () => import('@/views/Manage/AttendanceRecord/index.vue') }, - // 鎴愮哗鏌ヨ + // 绛斿嵎鍒楄〃 { path: 'score-inquiry', name: 'ScoreInquiry', component: () => import('@/views/Manage/ScoreInquiry/index.vue') + }, + // 绛斿嵎鎴愮哗 + { + path: 'answer-list', + name: 'ScoreInquiry', + component: () => import('@/views/Manage/ScoreInquiry/list.vue') + }, + // 绛斿嵎璇︽儏 + { + path: 'answer-detail', + name: 'ScoreInquiry', + component: () => import('@/views/Manage/ScoreInquiry/detail.vue') }, // 瀛﹀垎璁$畻瑙勫垯 { @@ -129,11 +141,24 @@ 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', name: 'TestPaperGeneration', component: () => import('@/views/Manage/TestPaper/TestPaperGeneration.vue') + }, + //闅忔満璇曞嵎妯℃澘绠$悊 + { + path: 'paper-template', + name: 'PaperTemplate', + component: () => import('@/views/Manage/TestPaper/PaperTemplate.vue') }, // 鐝骇绠$悊 { @@ -210,7 +235,6 @@ ] const router = new Router({ - mode: 'history', routes: constantRoutes }) -- Gitblit v1.8.0