token的disable动作actionauth漏了

This commit is contained in:
wangwenchen 2024-03-14 16:12:43 +08:00
parent 8a79d2d90c
commit 1ee653532d
3 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

@ -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',

View File

@ -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',