liushengqiang před 2 roky
rodič
revize
c3634afafc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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: '课程播放'
     }