Browse Source

排课路由

skyblued 3 năm trước cách đây
mục cha
commit
5fbbdbf2d8
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      src/router/routes-teacher.ts

+ 8 - 0
src/router/routes-teacher.ts

@@ -149,6 +149,14 @@ export default [
         meta: {
           title: '我的学员'
         }
+      },
+      {
+        path: '/classArrangement',
+        name: 'classArrangement',
+        component: () => import('@/teacher/piano-room/class-arrangement'),
+        meta: {
+          title: '排课'
+        }
       }
     ]
   },