guhongwei 4 年之前
父节点
当前提交
93bd8ef681
共有 1 个文件被更改,包括 1 次插入8 次删除
  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 = [