liushengqiang 2 years ago
parent
commit
c3634afafc
1 changed files with 1 additions and 1 deletions
  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: '课程播放'
     }