From 1a49e6b31849eb18cff04e2067520e0a0297d44f Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sat, 27 Aug 2022 20:21:36 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=BB=98=E8=AE=A4=E6=9D=83?= =?UTF-8?q?=E9=99=90=E4=BF=AE=E6=94=B9=E4=B8=BA=E9=BB=98=E8=AE=A4=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=88=9B=E5=BB=BA=E9=82=80=E8=AF=B7=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/shared/utils/role-helper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/shared/utils/role-helper.ts b/client/shared/utils/role-helper.ts index 06fb0935..570391a7 100644 --- a/client/shared/utils/role-helper.ts +++ b/client/shared/utils/role-helper.ts @@ -43,7 +43,7 @@ export const permissionList: PermissionItem[] = [ key: PERMISSION.core.invite, title: t('邀请链接'), desc: t('允许成员创建邀请链接'), - default: true, + default: false, }, { key: PERMISSION.core.unlimitedInvite,