guhongwei před 4 roky
rodič
revize
23c3afab55
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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',