guhongwei 4 年之前
父节点
当前提交
23c3afab55
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      config/menu-config.js

+ 2 - 2
config/menu-config.js

@@ -82,7 +82,7 @@ const teacher = [
   {
     path: '',
     name: '班级管理',
-    module: 'teacher',
+    module: 'teacher|director',
     children: [
       {
         path: '/lesson/index',
@@ -92,7 +92,7 @@ const teacher = [
       {
         path: '/task/index',
         name: '作业管理',
-        module: 'teacher',
+        module: 'teacher|director',
       },
       {
         path: '/class/classStuList',