From 917b4cbe663dd840492bb47842be0f1ed422a4f8 Mon Sep 17 00:00:00 2001 From: 阳洁 <2077506045@qq.com> Date: 星期三, 17 一月 2024 15:20:04 +0800 Subject: [PATCH] 修改VAQ取消选择后图片分类错误问题、调整VAQ提交页面 --- src/router.js | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/src/router.js b/src/router.js index 8e831c6..e07934d 100644 --- a/src/router.js +++ b/src/router.js @@ -118,6 +118,48 @@ meta: { title: '' } } ] + }, + { + path: '/exam', + component: Layout, + children: [ + { + path: 'values', + component: () => import('@/views/exam/paper/values'), + name: 'ExamPaperValues', + meta: { title: 'values' } + } + ] + }, + { + path: '/exam', + component: Layout, + children: [ + { + path: 'career_interests', + component: () => import('@/views/exam/paper/career_interests'), + name: 'ExamPaperCareerInterests', + meta: { title: 'career_interests' } + } + ] + }, + { + path: '/report', + component: Layout, + children: [ + { + path: 'view', + component: () => import('@/views/report/reportView'), + name: 'reportView', + meta: { title: 'PDF鎶ュ憡' } + } + ] + }, + { + path: '/report/h5', + component: () => import('@/views/report/reportH5'), + name: 'reportH5', + meta: { title: '涓汉鍙嶉鎶ュ憡' } } ] }) -- Gitblit v1.9.1