src/router.js
@@ -144,6 +144,18 @@ ] }, { path: '/exam', component: Layout, children: [ { path: 'exercise', component: () => import('@/views/exam/paper/exercise'), name: 'ExamPaperExercise', meta: { title: 'exercise' } } ] }, { path: '/report', component: Layout, children: [ @@ -159,7 +171,7 @@ path: '/report/h5', component: () => import('@/views/report/reportH5'), name: 'reportH5', meta: { title: 'H5报告' } meta: { title: '个人反馈报告' } } ] })