From 92360158f1e46f376e884d4f6bb12039b2ace4b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E6=9C=9D=E4=BC=9F?= <2211960668@qq.com> Date: Fri, 27 Oct 2023 11:37:16 +0800 Subject: [PATCH] =?UTF-8?q?features=20relationAuth=20=E6=9F=A5=E8=AF=A2pat?= =?UTF-8?q?hs=3D>path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- es/features/relationAuth.js | 2 +- lib/features/relationAuth.js | 2 +- src/features/relationAuth.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/es/features/relationAuth.js b/es/features/relationAuth.js index 01772fd2..043ac4cd 100644 --- a/es/features/relationAuth.js +++ b/es/features/relationAuth.js @@ -192,7 +192,7 @@ export class RelationAuth extends Feature { $entity: 'actionAuth', data: { id: 1, - paths: 1, + pathId: 1, deActions: 1, destEntity: 1, }, diff --git a/lib/features/relationAuth.js b/lib/features/relationAuth.js index 02b8ef65..c54d7cd6 100644 --- a/lib/features/relationAuth.js +++ b/lib/features/relationAuth.js @@ -195,7 +195,7 @@ class RelationAuth extends Feature_1.Feature { $entity: 'actionAuth', data: { id: 1, - paths: 1, + pathId: 1, deActions: 1, destEntity: 1, }, diff --git a/src/features/relationAuth.ts b/src/features/relationAuth.ts index 70e87a6f..a367c45f 100644 --- a/src/features/relationAuth.ts +++ b/src/features/relationAuth.ts @@ -254,7 +254,7 @@ export class RelationAuth< $entity: 'actionAuth', data: { id: 1, - paths: 1, + pathId: 1, deActions: 1, destEntity: 1, },