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 | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/router.js b/src/router.js index e9e8a24..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,12 +103,24 @@ 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') + }, // 瀛﹀垎璁$畻瑙勫垯 { path: 'credit-hour', -- Gitblit v1.8.0