blade-service/blade-system/src/main/java/org/springblade/system/controller/RoleController.java
@@ -54,7 +54,7 @@ @AllArgsConstructor @RequestMapping("/role") @Api(value = "角色", tags = "角色") @PreAuth(RoleConstant.HAS_ROLE_ADMIN) //@PreAuth(RoleConstant.HAS_ROLE_ADMIN) public class RoleController extends BladeController { private final IRoleService roleService;