ltkj-admin/src/main/java/com/ltkj/web/controller/system/SysLoginController.java
@@ -234,7 +234,7 @@ */ @GetMapping(value = "/getCaptchaConfigKey") @ApiOperation(value = "查询验证码开关 Y开N关") @RepeatSubmit // @RepeatSubmit public AjaxResult getCaptchaConfigKey() { return success(configService.selectConfigByKey("captcha_switch")); }