king
2021-09-14 051eb785a36ec3b6cd3b4305fdb65f6940415e9b
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',
@@ -774,6 +777,8 @@
    'credit-card',
    'customer-service',
    'dashboard',
    'ellipsis',
    'more',
    'database',
    'dislike',
    'environment',
@@ -808,9 +813,8 @@
    'woman',
    'team',
    'poweroff',
    'search',
    'shopping-cart',
    'link'
    'link',
  ]
}