集群绑定角色页面.

This commit is contained in:
许晓东
2023-08-27 12:17:09 +08:00
parent dac9295fab
commit 5a28adfa6b
9 changed files with 468 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ public class ClusterController {
return clusterService.getClusterInfo();
}
@Permission("op:cluster-switch")
@Permission({"op:cluster-switch", "user-manage:cluster-role:add"})
@GetMapping("/info")
public Object getClusterInfoList() {
return clusterService.getClusterInfoList();