From 9d8ad6de3ea97f5b1fe0c7034c2cb24e0fd1540c Mon Sep 17 00:00:00 2001 From: linzhijie <1003392067@qq.com> Date: 星期四, 27 四月 2023 18:16:13 +0800 Subject: [PATCH] H5 --- src/router.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/router.js b/src/router.js index 958c913..7ae7335 100644 --- a/src/router.js +++ b/src/router.js @@ -154,6 +154,18 @@ meta: { title: '鎶ュ憡棰勮' } } ] + }, + { + path: '/pdf', + component: Layout, + children: [ + { + path: 'h5', + component: () => import('@/views/pdf/reportH5'), + name: 'reportView', + meta: { title: '鎶ュ憡棰勮' } + } + ] } ] }) -- Gitblit v1.9.1