mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-23 23:09:47 +08:00
update 优化 !pr324 代码结构
This commit is contained in:
@ -156,7 +156,6 @@ public class AuthController {
|
||||
*
|
||||
* @return ture:打开 false:关闭
|
||||
*/
|
||||
@SaIgnore
|
||||
@GetMapping("/registerEnabled")
|
||||
public R<Boolean> registerEnabled() {
|
||||
return R.ok(Convert.toBool(configService.selectConfigByKey("sys.account.registerUser")));
|
||||
|
@ -57,7 +57,6 @@ public class SysLoginService {
|
||||
private final CaptchaProperties captchaProperties;
|
||||
private final ISysPermissionService permissionService;
|
||||
private final ISysTenantService tenantService;
|
||||
|
||||
private final ISysConfigService configService;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user