From 9e02465e368575bba0cf0ee0dfb483993bcc79ee Mon Sep 17 00:00:00 2001 From: linzhijie <1003392067@qq.com> Date: 星期四, 11 五月 2023 11:44:28 +0800 Subject: [PATCH] H5报告优化 --- src/router.js | 14 ++++---------- 1 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/router.js b/src/router.js index 768820f..93c1dc1 100644 --- a/src/router.js +++ b/src/router.js @@ -156,16 +156,10 @@ ] }, { - path: '/report', - component: Layout, - children: [ - { - path: 'h5', - component: () => import('@/views/report/reportH5'), - name: 'reportH5', - meta: { title: 'H5鎶ュ憡' } - } - ] + path: '/report/h5', + component: () => import('@/views/report/reportH5'), + name: 'reportH5', + meta: { title: 'H5鎶ュ憡' } } ] }) -- Gitblit v1.9.1