yj
2024-05-09 325a5fb0c4a83b20849578c22dc49c0453c01dec
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: [