linwei
2024-01-22 8bbcf203caac16c26ef879e0d85ceed1c6f061f4
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;