Skip to content

Commit

Permalink
滑动bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Brother-Dragon committed Aug 18, 2021
1 parent 7dc2b18 commit 3291414
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public CaptchaService captchaService() {
config.put(Const.CAPTCHA_WATER_MARK, "");
// 滑动验证
config.put(Const.CAPTCHA_TYPE, CaptchaTypeEnum.BLOCKPUZZLE.getCodeValue());
config.put(Const.ORIGINAL_PATH_JIGSAW, FileUtil.getAbsolutePath("classpath:captcha"));
// config.put(Const.ORIGINAL_PATH_JIGSAW, FileUtil.getAbsolutePath("classpath:captcha"));
return CaptchaServiceFactory.getInstance(config);
}

Expand Down

0 comments on commit 3291414

Please sign in to comment.