安全在线教育平台
zhouwx
19 hours ago 6d25131cabeeda9e9229e841f27690fe17f5b2aa
src/router/index.js
@@ -92,6 +92,19 @@
      }
    ]
  },
  {
    path: '/correctExam',
    component: Layout,
    redirect: '/correctExam',
    children: [
      {
        path: '/correctExam',
        component: () => import('@/views/onlineEducation/groupExams/components/correctExam.vue'),
        name: 'CorrectExam',
        meta: { title: '批改试卷',icon: 'form',  affix: true }
      }
    ]
  },
  // {
  //   path: '',
  //   component: Layout,
@@ -251,7 +264,7 @@
        path: 'company',
        component: () => import('@/views/onlineEducation/systemManage/company/index.vue'),
        name: 'company',
        meta: { title: '企业管理',icon: 'form'}
        meta: { title: '单位管理',icon: 'form'}
      },
      {
        path: 'user',