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 | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/router.js b/src/router.js index 1038fe3..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') }, // 瀛﹀垎璁$畻瑙勫垯 { @@ -142,6 +154,12 @@ name: 'TestPaperGeneration', component: () => import('@/views/Manage/TestPaper/TestPaperGeneration.vue') }, + //闅忔満璇曞嵎妯℃澘绠$悊 + { + path: 'paper-template', + name: 'PaperTemplate', + component: () => import('@/views/Manage/TestPaper/PaperTemplate.vue') + }, // 鐝骇绠$悊 { path: 'class-management', -- Gitblit v1.8.0