wuhongyu há 5 anos atrás
pai
commit
1603e45920
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/util/role_menu.js

+ 2 - 2
src/util/role_menu.js

@@ -90,8 +90,8 @@ export const technical = {
   path: '/technical/index',
 };
 export const defaultMenu = [
-  { name: '权限管理', path: '/permission/index' },
+  // { name: '权限管理', path: '/permission/index' },
   { name: '菜单管理', path: '/menu' },
-  { name: '子管理员管理', path: '/adminUser' },
+  // { name: '子管理员管理', path: '/adminUser' },
   { name: '平台字典管理', path: '/dictionary' },
 ];