guhongwei 4 years ago
parent
commit
7c754a5f3e
1 changed files with 19 additions and 2 deletions
  1. 19 2
      config/menu-config.js

+ 19 - 2
config/menu-config.js

@@ -106,6 +106,11 @@ const teacher = [
         name: '课后答疑',
         module: 'teacher',
       },
+      {
+        path: '/teaching/afterClassList',
+        name: '答疑列表',
+        module: 'teacher',
+      },
     ],
   },
 ];
@@ -346,9 +351,21 @@ export const menu = [
     module: 'center|director',
   },
   {
-    path: '/centerTeaching/index',
-    name: '在线课堂',
+    path: '',
+    name: '在线授课管理',
     module: 'center',
+    children: [
+      {
+        path: '/centerTeaching/index',
+        name: '直播讲课',
+        module: 'center',
+      },
+      {
+        path: '/centerTeaching/afterClass',
+        name: '课后答疑',
+        module: 'center',
+      },
+    ],
   },
   // {
   //   path: '/timeTable/index',