zhongrj
2025-02-21 7728d8f1900a984dde8721f1f06e00eecc5a67de
src/main/java/org/springblade/modules/system/controller/RoleController.java
@@ -60,7 +60,7 @@
@AllArgsConstructor
@RequestMapping(AppConstant.APPLICATION_SYSTEM_NAME + "/role")
@Api(value = "角色", tags = "角色")
@PreAuth(RoleConstant.HAS_ROLE_ADMIN)
//@PreAuth(RoleConstant.HAS_ROLE_ADMIN)
public class RoleController extends BladeController {
   private final IRoleService roleService;