From ee0ac46d265f20c3b2c10385c5afa2efb0512a5a Mon Sep 17 00:00:00 2001 From: 阳洁 <2077506045@qq.com> Date: 星期五, 05 一月 2024 18:02:23 +0800 Subject: [PATCH] vaq增加根据token生成随机数排列图片、修改界面、修改文字 --- src/router.js | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/router.js b/src/router.js index 7e01cfd..e07934d 100644 --- a/src/router.js +++ b/src/router.js @@ -142,6 +142,24 @@ 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