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: [