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',