zjh
2 天以前 41cb551eaa18b3110d8971f0a32074352fa0aa7f
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"));
    }