zhaowenxuan
2025-08-01 ed721d3c77517ce4e3bcc52cad9b7f52aa865c51
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"));
    }