lrf402788946 5 years ago
parent
commit
e3d9278af8
1 changed files with 5 additions and 5 deletions
  1. 5 5
      config/menu-config.js

+ 5 - 5
config/menu-config.js

@@ -176,6 +176,11 @@ export const menu = [
     name: '计划管理',
     module: 'center',
     children: [
+      {
+        path: '/plan/template',
+        name: '计划模板',
+        module: 'center',
+      },
       {
         path: '/plan/arrange',
         name: '当前计划日历',
@@ -207,11 +212,6 @@ export const menu = [
       //   name: '班级管理',
       //   module: 'center',
       // },
-      {
-        path: '/plan/template',
-        name: '计划模板',
-        module: 'center',
-      },
     ],
   },
   ...school,