diff --git a/es/data/actionAuth.js b/es/data/actionAuth.js index 71e29537d..ba6c029f5 100644 --- a/es/data/actionAuth.js +++ b/es/data/actionAuth.js @@ -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', diff --git a/lib/data/actionAuth.js b/lib/data/actionAuth.js index 0f4eae139..564570612 100644 --- a/lib/data/actionAuth.js +++ b/lib/data/actionAuth.js @@ -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', diff --git a/src/data/actionAuth.ts b/src/data/actionAuth.ts index c4d1d4fbb..874487119 100644 --- a/src/data/actionAuth.ts +++ b/src/data/actionAuth.ts @@ -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',