guhongwei il y a 4 ans
Parent
commit
93bd8ef681
1 fichiers modifiés avec 1 ajouts et 8 suppressions
  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 = [