@@ -22,7 +22,7 @@ export const router: RouteRecordRaw[] = [
{
path: '/coursewarePlay',
name: 'coursewarePlay',
- component: () => import('@/views/coursewarePlay/index'),
+ component: () => import('@/views/coursewarePlay/play'),
meta: {
title: '课程播放'
}