From d44a2361fa5173f0421ec05921bde28d59614d45 Mon Sep 17 00:00:00 2001 From: qirong <2032486488@qq.com> Date: 星期二, 28 十一月 2023 11:09:18 +0800 Subject: [PATCH] 随机试卷修改 --- src/router.js | 94 ++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 76 insertions(+), 18 deletions(-) diff --git a/src/router.js b/src/router.js index 4bd71f1..4bb28d1 100644 --- a/src/router.js +++ b/src/router.js @@ -109,6 +109,45 @@ hidden: true }, { + path: 'simulation/list', + component: () => import('@/views/exam/simulation/list'), + name: 'personalSimulationList', + meta: { title: '妯℃嫙鍒楄〃', noCache: true } + }, + { + path: 'personalSimulation/list', + component: () => import('@/views/exam/personalSimulation/list'), + name: 'personalSimulation', + meta: { title: '涓汉妯℃嫙', noCache: true } + }, + { + path: 'personalRandomTemplate/list', + component: () => import('@/views/exam/personalRandomTemplate/list'), + name: 'personalSimulation', + meta: { title: '涓汉闅忔満妯℃澘', noCache: true } + }, + { + path: 'personalRandomTemplate/edit', + component: () => import('@/views/exam/personalRandomTemplate/edit'), + name: 'personalSimulationEdit', + meta: { title: '涓汉闅忔満妯℃澘缂栬緫', noCache: true, activeMenu: '/exam/personalRandomTemplate/list' }, + hidden: true + }, + { + path: 'personalSimulation/edit', + component: () => import('@/views/exam/personalSimulation/edit'), + name: 'personalSimulationEdit', + meta: { title: '璇曞嵎缂栬緫', noCache: true, activeMenu: '/exam/personalSimulation/list' }, + hidden: true + }, + { + path: 'personalSimulation/list/mathList', + component: () => import('@/views/exam/mathList/list.vue'), + name: 'multiplemathList', + meta: { title: '妯℃嫙鍒楄〃璇︽儏', noCache: true, activeMenu: '/exam/mathList/list' }, + hidden: true + }, + { path: 'question/edit/multipleChoice', component: () => import('@/views/exam/question/edit/multiple-choice'), name: 'multipleChoicePage', @@ -215,6 +254,25 @@ component: () => import('@/views/answer/list'), name: 'AnswerPageList', meta: { title: '绛斿嵎鍒楄〃', noCache: true } + }, + { + path: 'sheetStatistics', + component: () => import('@/views/answer/sheetStatistics.vue'), + name: 'AnswerPageList', + meta: { title: '绛斿嵎缁熻', noCache: true } + }, + { + path: 'achievementStatistics', + component: () => import('@/views/answer/achievementStatistics.vue'), + name: 'AnswerPageList', + meta: { title: '鎴愮哗缁熻', noCache: true } + }, + { + path: 'achievementStatistics/gradeDetails', + component: () => import('@/views/exam/gradeDetails/list.vue'), + name: 'AnswerPageList', + meta: { title: '鎴愮哗缁熻璇︽儏', noCache: true, activeMenu: '/exam/gradeDetails/list' }, + hidden: true } ] }, @@ -260,24 +318,24 @@ } ] }, - { - path: '/meeting', - component: Layout, - name: 'MeetingPage', - meta: { - title: '鍦ㄧ嚎浼氳', - icon: 'log' - }, - alwaysShow: true, - children: [ - { - path: 'meeting/index', - component: () => import('@/views/meeting/list'), - name: 'MeetingUserPage', - meta: { title: '鍦ㄧ嚎浼氳', noCache: true } - } - ] - }, + // { + // path: '/meeting', + // component: Layout, + // name: 'MeetingPage', + // meta: { + // title: '鍦ㄧ嚎浼氳', + // icon: 'log' + // }, + // alwaysShow: true, + // children: [ + // { + // path: 'meeting/index', + // component: () => import('@/views/meeting/list'), + // name: 'MeetingUserPage', + // meta: { title: '鍦ㄧ嚎浼氳', noCache: true } + // } + // ] + // }, { path: '/profile', component: Layout, -- Gitblit v1.8.0