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: '课程播放'
     }