Administrator
2021-08-02 58a80d9ecd8e67c69a2f7353bda9b08563cbc7b3
src/router/views/index.js
@@ -676,6 +676,20 @@
    }]
  },
  {
        path: '/applydetailed',
        redirect: '/applydetailed/index',
        component: Layout,
        children: [{
            path: 'index',
            name: '报名清册',
            meta: {
                i18n: 'index',
            },
            component: () =>
                import ( /* webpackChunkName: "views" */ '@/views/applydetailed/index')
        }]
    },
    {
    path: '/startexam',
    redirect: '/startexam/index',
    component: Layout,
@@ -699,7 +713,8 @@
    component: Layout,
    children: [{
      path: '/exam/subjects/:id',
      component: () => import('@/views/exam/examSubjects'),
            component: () =>
                import ('@/views/exam/examSubjects'),
      name: '题目管理',
      title: '题目管理',
      noCache: true
@@ -710,7 +725,8 @@
    component: Layout,
    children: [{
      path: '/startexam/:id',
      component: () => import('@/views/startexam/index'),
            component: () =>
                import ('@/views/startexam/index'),
      name: '开始考试',
      title: '开始考试',
      noCache: true