zhouwx
2025-07-09 0524bcc28832ea9d55e7d5fbc8438bc2f7d59097
src/router/index.js
@@ -53,19 +53,52 @@
    hidden: true
  },
  {
    path: '/fillForm',
    component: () => import('@/views/safetyReview/expertManage/fillForm/index.vue'),
    hidden: true
    path: '/courseManage',
    component: Layout,
    redirect: '/onlineEducation/courseManage',
    children: [
      {
        path: 'course',
        component: () => import('@/views/work/onlineEducation/courseManage/index.vue'),
        name: 'course',
      }
    ]
  },
  {
    path: '/certPdf',
    component: () => import('@/views/certificatePdf'),
    hidden: true
    path: '/class',
    component: Layout,
    redirect: '/class',
    children: [
      {
        path: '/class',
        component: () => import('@/views/work/onlineEducation/classHourBatch/index.vue'),
        name: 'class',
      }
    ]
  },
  {
    path: '/checkProgress',
    component: () => import('@/views/safetyReview/expertManage/checkProgress/index.vue'),
    hidden: true
    path: '/group',
    component: Layout,
    redirect: '/group',
    children: [
      {
        path: '/group',
        component: () => import('@/views/work/onlineEducation/groupExams/index.vue'),
        name: 'group',
      }
    ]
  },
  {
    path: '/offline',
    component: Layout,
    redirect: '/offline',
    children: [
      {
        path: '/offline',
        component: () => import('@/views/work/onlineEducation/offlineEducation/index.vue'),
        name: 'offline',
      }
    ]
  },
  {
    path: '/chapters',
@@ -119,6 +152,7 @@
      }
    ]
  },
  {
    path: '/newPage',
    component: Layout,