[测评系统]--前端(用户答题页面)
阳洁
2024-03-05 07992e69b7e5d7325b59fe7a1b415a2780653441
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: [