林致杰
2023-04-28 f4e70fb0ad404cfbd212a6b340393f5ecf998087
src/router.js
@@ -151,7 +151,19 @@
          path: 'view',
          component: () => import('@/views/pdf/reportView'),
          name: 'reportView',
          meta: { title: '报告预览' }
          meta: { title: 'reportView' }
        }
      ]
    },
    {
      path: '/pdf',
      component: Layout,
      children: [
        {
          path: 'h5',
          component: () => import('@/views/pdf/reportH5'),
          name: 'reportH5',
          meta: { title: 'reportH5' }
        }
      ]
    }