guhongwei 4 years ago
parent
commit
93bd8ef681
1 changed files with 1 additions and 8 deletions
  1. 1 8
      config/menu-config.js

+ 1 - 8
config/menu-config.js

@@ -92,16 +92,9 @@ const teacher = [
     ],
   },
   {
-    path: '',
+    path: '/teaching/index',
     name: '在线课堂',
     module: 'teacher',
-    children: [
-      {
-        path: '/teaching/index',
-        name: '在线授课',
-        module: 'teacher',
-      },
-    ],
   },
 ];
 export const menu = [