token的disable动作actionauth漏了
This commit is contained in:
parent
8a79d2d90c
commit
1ee653532d
|
|
@ -12,7 +12,7 @@ const actionAuths = [
|
|||
{
|
||||
id: 'token-user',
|
||||
pathId: 'token-user',
|
||||
deActions: ['create', 'update', 'remove', 'select'],
|
||||
deActions: ['create', 'update', 'remove', 'select','disable'],
|
||||
},
|
||||
{
|
||||
id: 'wechatLogin-user',
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ const actionAuths = [
|
|||
{
|
||||
id: 'token-user',
|
||||
pathId: 'token-user',
|
||||
deActions: ['create', 'update', 'remove', 'select'],
|
||||
deActions: ['create', 'update', 'remove', 'select','disable'],
|
||||
},
|
||||
{
|
||||
id: 'wechatLogin-user',
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ const actionAuths: ActionAuth[] = [
|
|||
{
|
||||
id: 'token-user',
|
||||
pathId: 'token-user',
|
||||
deActions: ['create', 'update', 'remove', 'select'],
|
||||
deActions: ['create', 'update', 'remove', 'select', 'disable'],
|
||||
},
|
||||
{
|
||||
id: 'wechatLogin-user',
|
||||
|
|
|
|||
Loading…
Reference in New Issue