From b2ab6a12f2718ecedd933e5a8f9171a6efd73012 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 07 六月 2024 15:54:42 +0800 Subject: [PATCH] 模板试卷增删改查 --- src/router.js | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/src/router.js b/src/router.js index 7b19ea1..05b93d1 100644 --- a/src/router.js +++ b/src/router.js @@ -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,6 +141,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', -- Gitblit v1.8.0