src/router.js @@ -156,16 +156,10 @@ ] }, { path: '/report', component: Layout, children: [ { path: 'h5', path: '/report/h5', component: () => import('@/views/report/reportH5'), name: 'reportH5', meta: { title: 'H5报告' } } ] } ] })