|
@@ -32,6 +32,7 @@ export const views: Record<
|
|
|
'function_tab-detail': () => import('./function/tab-detail/index.vue'),
|
|
|
'function_tab-multi-detail': () => import('./function/tab-multi-detail/index.vue'),
|
|
|
function_tab: () => import('./function/tab/index.vue'),
|
|
|
+ lesson_checkin: () => import('./lesson/checkin/index.vue'),
|
|
|
lesson_calendar: () => import('./lesson/calendar/index.vue'),
|
|
|
lesson_classroom: () => import('./lesson/classroom/index.vue'),
|
|
|
lesson_group: () => import('./lesson/group/index.vue'),
|