zhouwx
2024-07-10 04eac394df26d483765ce9d51bf69282e0cc7272
src/router/index.js
@@ -62,6 +62,20 @@
        path: '/chapters',
        component: () => import('@/views/onlineEducation/courseManage/courseChapters/index.vue'),
        name: 'Chapters',
        meta: { title: '章节',icon: 'form',  affix: true }
      }
    ]
  },
  {
    path: '/chooseStu',
    component: Layout,
    redirect: '/chooseStu',
    children: [
      {
        path: '/chooseStu',
        component: () => import('@/views/onlineEducation/classHourBatch/components/handleStudent.vue'),
        name: 'ChooseStu',
        meta: { title: '批次学员',icon: 'form',  affix: true }
      }
    ]
  },