From c6dd775e9437ba929a2633c1a9f4d71379e5d19b Mon Sep 17 00:00:00 2001 From: 阳洁 <2077506045@qq.com> Date: 星期三, 10 五月 2023 15:14:58 +0800 Subject: [PATCH] Merge branch 'v13-20230413' --- src/router.js | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/router.js b/src/router.js index 958c913..93c1dc1 100644 --- a/src/router.js +++ b/src/router.js @@ -144,16 +144,22 @@ ] }, { - path: '/pdf', + path: '/report', component: Layout, children: [ { path: 'view', - component: () => import('@/views/pdf/reportView'), + component: () => import('@/views/report/reportView'), name: 'reportView', - meta: { title: '鎶ュ憡棰勮' } + meta: { title: 'PDF鎶ュ憡' } } ] + }, + { + path: '/report/h5', + component: () => import('@/views/report/reportH5'), + name: 'reportH5', + meta: { title: 'H5鎶ュ憡' } } ] }) -- Gitblit v1.9.1