JHipster Authority不允许添加两个以上的权限

时间:2018-03-19 09:49:06

标签: jhipster

我无法在route.ts中添加两个以上的权限。因为我的USER_ROLE表中有五个jhi_authority

1 个答案:

答案 0 :(得分:1)

您在评论中显示的语法是错误的,{ authorities: ['ROLE_DOCTOR', 'ROLE_ADMIN', 'ROLE_PATIENT'] } 需要一个像这样的字符串数组:

security_group