1
@@ -382,6 +382,8 @@ export const asyncRoutes = {
WithdrawalApplication:()=>import('@/views/withdrawal-application'),
// 欠费学员列表
ArrearageStudents: () => import('@/views/arrearage-students'),
+ // 课程管理
+ courseManager:()=>import('@/views/courseManager')
}
export default router
@@ -0,0 +1,6 @@
+<template>
+ <div>
+ 1
+ <router-view />
+ </div>
+</template>