liushengqiang 2 년 전
부모
커밋
c3634afafc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/router/routes-common.ts

+ 1 - 1
src/router/routes-common.ts

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