feat:【system】租户管理:100%
This commit is contained in:
@@ -117,6 +117,30 @@ const menuGroupsData: MenuGroup[] = [
|
||||
iconColor: '#ff85c0',
|
||||
permission: 'system:notify-template:query',
|
||||
},
|
||||
{
|
||||
key: 'tenant',
|
||||
name: '租户管理',
|
||||
icon: 'shop',
|
||||
url: '/pages-system/tenant/index',
|
||||
iconColor: '#9254de',
|
||||
permission: 'system:tenant:query',
|
||||
},
|
||||
{
|
||||
key: 'social',
|
||||
name: '社交用户',
|
||||
icon: 'share',
|
||||
url: '/pages-system/social/index',
|
||||
iconColor: '#08979c',
|
||||
permission: 'system:social-client:query',
|
||||
},
|
||||
{
|
||||
key: 'oauth2',
|
||||
name: 'OAuth2 管理',
|
||||
icon: 'shield-check',
|
||||
url: '/pages-system/oauth2/index',
|
||||
iconColor: '#d48806',
|
||||
permission: 'system:oauth2-client:query',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -139,6 +163,22 @@ const menuGroupsData: MenuGroup[] = [
|
||||
iconColor: '#f5222d',
|
||||
permission: 'infra:api-error-log:query',
|
||||
},
|
||||
{
|
||||
key: 'config',
|
||||
name: '参数配置',
|
||||
icon: 'setting',
|
||||
url: '/pages-infra/config/index',
|
||||
iconColor: '#597ef7',
|
||||
permission: 'infra:config:query',
|
||||
},
|
||||
{
|
||||
key: 'dataSourceConfig',
|
||||
name: '数据源配置',
|
||||
icon: 'database',
|
||||
url: '/pages-infra/data-source-config/index',
|
||||
iconColor: '#13c2c2',
|
||||
permission: 'infra:data-source-config:query',
|
||||
},
|
||||
{
|
||||
key: 'websocket',
|
||||
name: 'WebSocket',
|
||||
|
||||
Reference in New Issue
Block a user