linwei
2024-01-24 06cfb877e693d328fdcaa497f0f2a6bb14e17435
src/main/java/org/springblade/modules/system/controller/AuthClientController.java
@@ -47,7 +47,7 @@
@AllArgsConstructor
@RequestMapping(AppConstant.APPLICATION_SYSTEM_NAME + "/client")
@Api(value = "应用管理", tags = "应用管理")
@PreAuth(RoleConstant.HAS_ROLE_ADMINISTRATOR)
//@PreAuth(RoleConstant.HAS_ROLE_ADMINISTRATOR)
public class AuthClientController extends BladeController {
   private final IAuthClientService clientService;