zjh
6 天以前 92db9e7f8e1f79f5b61266382149843159907157
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"));
    }