[测评系统]--前端(用户答题页面)
阳洁
2024-01-17 917b4cbe663dd840492bb47842be0f1ed422a4f8
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: '个人反馈报告' }
    }
  ]
})