Commit 8bd20c6cd7fa946410495040f441f637d6a48873
1 parent
eba55769
chore: permissionMode default ROLE
Showing
1 changed file
with
1 additions
and
1 deletions
src/settings/projectSetting.ts
... | ... | @@ -12,7 +12,7 @@ const setting: ProjectConfig = { |
12 | 12 | showSettingButton: true, |
13 | 13 | |
14 | 14 | // Permission mode |
15 | - permissionMode: PermissionModeEnum.BACK, | |
15 | + permissionMode: PermissionModeEnum.ROLE, | |
16 | 16 | |
17 | 17 | // Permission-related cache is stored in sessionStorage or localStorage |
18 | 18 | permissionCacheType: CacheTypeEnum.LOCAL, | ... | ... |