king
2021-07-20 0d240ba775efbb3e414ce2d9c30a902c1392bb09
src/utils/option.js
@@ -87,18 +87,18 @@
    isSystem: true
  },
  {
    title: '角色权限分配',
    type: 'RolePermission',
    url: rolemanage,
    isSystem: true,
    hidden: true
  },
  {
    title: '外部页面',
    type: 'NewPage',
    url: customImg,
    baseconfig: '',
    isSystem: true
  },
  {
    title: '角色权限分配',
    type: 'RolePermission',
    url: rolemanage,
    isSystem: true,
    hidden: true
  }
]
@@ -694,8 +694,11 @@
    'play-circle',
    'login',
    'logout',
    'search',
    'fullscreen',
    'fullscreen-exit'
    'fullscreen-exit',
    'download',
    'upload'
  ],
  hint: [
    'question',
@@ -758,6 +761,7 @@
    'alipay',
  ],
  normal: [
    'user',
    'account-book',
    'alert',
    'api',
@@ -805,10 +809,10 @@
    'key',
    'man',
    'woman',
    'team',
    'poweroff',
    'search',
    'shopping-cart',
    'link'
    'link',
  ]
}