From 99ce8c363068eb4076b4f7e9c4d505cc37eb3f78 Mon Sep 17 00:00:00 2001 From: yj <2077506045@qq.com> Date: 星期五, 24 五月 2024 14:20:14 +0800 Subject: [PATCH] 1.修改文字 2.修改练习页面 --- src/router.js | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/src/router.js b/src/router.js index 7e01cfd..e6e59b7 100644 --- a/src/router.js +++ b/src/router.js @@ -32,6 +32,12 @@ component: () => import('@/views/demography/langOption'), name: 'langOption', meta: { title: 'langOption' } + }, + { + path: 'logo', + component: () => import('@/views/demography/logo'), + name: 'logo', + meta: { title: 'logo' } } ] }, @@ -142,6 +148,36 @@ meta: { title: 'career_interests' } } ] + }, + { + path: '/exam', + component: Layout, + children: [ + { + path: 'exercise', + component: () => import('@/views/exam/paper/exercise'), + name: 'ExamPaperExercise', + meta: { title: 'exercise' } + } + ] + }, + { + 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