guhongwei 4 rokov pred
rodič
commit
3294fda453
1 zmenil súbory, kde vykonal 17 pridanie a 5 odobranie
  1. 17 5
      config/menu-config.js

+ 17 - 5
config/menu-config.js

@@ -91,6 +91,18 @@ const teacher = [
       },
       },
     ],
     ],
   },
   },
+  {
+    path: '',
+    name: '在线课堂',
+    module: 'teacher',
+    children: [
+      {
+        path: '/teaching/index',
+        name: '在线授课',
+        module: 'teacher',
+      },
+    ],
+  },
 ];
 ];
 export const menu = [
 export const menu = [
   {
   {
@@ -328,9 +340,9 @@ export const menu = [
     name: '通知查收查看',
     name: '通知查收查看',
     module: 'center|director',
     module: 'center|director',
   },
   },
-  {
-    path: '/timeTable/index',
-    name: '教师遴选',
-    module: 'center',
-  },
+  // {
+  //   path: '/timeTable/index',
+  //   name: '教师遴选',
+  //   module: 'center',
+  // },
 ];
 ];