lrf402788946 5 năm trước cách đây
mục cha
commit
8f4c7b02eb
1 tập tin đã thay đổi với 22 bổ sung1 xóa
  1. 22 1
      config/menu-config.js

+ 22 - 1
config/menu-config.js

@@ -81,7 +81,7 @@ export const devMenu = [
       { path: '/itembank/index', name: '题库管理' },
     ],
   },
-
+  //学校
   {
     path: '',
     name: '测试',
@@ -112,4 +112,25 @@ export const devMenu = [
     name: '请假管理',
     module: 'school',
   },
+  //班主任
+  {
+    path: '',
+    name: '测试',
+    module: 'director',
+    children: [
+      {
+        path: '/list',
+        name: '测试列表',
+      },
+      {
+        path: '/detail',
+        name: '测试详情',
+      },
+    ],
+  },
+  {
+    path: '/plan/index',
+    name: '计划管理', //上报名单
+    module: 'director',
+  },
 ];