skyblued %!s(int64=3) %!d(string=hai) anos
pai
achega
5fbbdbf2d8
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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: '排课'
+        }
       }
     ]
   },