From 1ee653532dbacb4b030e94186f640797dee8c3e8 Mon Sep 17 00:00:00 2001 From: wangwenchen <920960949@qq.com> Date: Thu, 14 Mar 2024 16:12:43 +0800 Subject: [PATCH] =?UTF-8?q?token=E7=9A=84disable=E5=8A=A8=E4=BD=9Cactionau?= =?UTF-8?q?th=E6=BC=8F=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- es/data/actionAuth.js | 2 +- lib/data/actionAuth.js | 2 +- src/data/actionAuth.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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',