[测评系统]--前端(用户答题页面)
linzhijie
2023-04-13 de761e39a25368312999fa7a0be13a7f9cff9e34
src/router.js
@@ -118,6 +118,30 @@
          meta: { title: '' }
        }
      ]
    },
    {
      path: '/exam',
      component: Layout,
      children: [
        {
          path: 'values',
          component: () => import('@/views/exam/paper/values'),
          name: 'ExamPaperValues',
          meta: { title: 'values' }
        }
      ]
    },
    {
      path: '/exam',
      component: Layout,
      children: [
        {
          path: 'career_interests',
          component: () => import('@/views/exam/paper/career_interests'),
          name: 'ExamPaperCareerInterests',
          meta: { title: 'career_interests' }
        }
      ]
    }
  ]
})