mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-10-08 02:56:40 +08:00
Compare commits
2 Commits
8d7358e663
...
29d4bb4e59
Author | SHA1 | Date | |
---|---|---|---|
|
29d4bb4e59 | ||
|
cce95424ce |
@ -69,7 +69,7 @@ public class SaPermissionImpl implements StpInterface {
|
||||
}
|
||||
if (CollUtil.isNotEmpty(loginUser.getRolePermission())) {
|
||||
// SYS_USER 默认返回权限
|
||||
return new ArrayList<>(loginUser.getMenuPermission());
|
||||
return new ArrayList<>(loginUser.getRolePermission());
|
||||
} else {
|
||||
return new ArrayList<>();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user