[测评系统]--前端(用户答题页面)
yj
2024-12-03 7f4105bc2f1d4f8562e1cb9776ce49f8be0c98d2
src/router.js
@@ -32,6 +32,12 @@
          component: () => import('@/views/demography/langOption'),
          name: 'langOption',
          meta: { title: 'langOption' }
        },
        {
          path: 'logo',
          component: () => import('@/views/demography/logo'),
          name: 'logo',
          meta: { title: 'logo' }
        }
      ]
    },
@@ -144,6 +150,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 +177,7 @@
      path: '/report/h5',
      component: () => import('@/views/report/reportH5'),
      name: 'reportH5',
      meta: { title: 'H5报告' }
      meta: { title: '个人反馈报告' }
    }
  ]
})