[测评系统]--前端(用户答题页面)
linzhijie
2023-05-15 c26cec9ebc2cd2a2220aaa33a2975c12d1adc3e4
src/router.js
@@ -144,16 +144,22 @@
      ]
    },
    {
      path: '/pdf',
      path: '/report',
      component: Layout,
      children: [
        {
          path: 'view',
          component: () => import('@/views/pdf/h5'),
          name: 'h5',
          meta: { title: 'pdf预览' }
          component: () => import('@/views/report/reportView'),
          name: 'reportView',
          meta: { title: 'PDF报告' }
        }
      ]
    },
    {
      path: '/report/h5',
      component: () => import('@/views/report/reportH5'),
      name: 'reportH5',
      meta: { title: '个人反馈报告' }
    }
  ]
})