[测评系统]--前端(用户答题页面)
林致杰
2023-05-01 ba3091c2e072d728344bc04db8adb1b5dece2bf0
src/router.js
@@ -144,26 +144,26 @@
      ]
    },
    {
      path: '/pdf',
      path: '/report',
      component: Layout,
      children: [
        {
          path: 'view',
          component: () => import('@/views/pdf/reportView'),
          component: () => import('@/views/report/reportView'),
          name: 'reportView',
          meta: { title: 'reportView' }
          meta: { title: 'PDF报告' }
        }
      ]
    },
    {
      path: '/pdf',
      path: '/report',
      component: Layout,
      children: [
        {
          path: 'h5',
          component: () => import('@/views/pdf/reportH5'),
          component: () => import('@/views/report/reportH5'),
          name: 'reportH5',
          meta: { title: 'reportH5' }
          meta: { title: 'H5报告' }
        }
      ]
    }