浏览代码

Merge remote-tracking branch 'origin/master'

459242451@qq.com 4 年之前
父节点
当前提交
85039d913e
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 二进制
      .DS_Store
  2. 2 0
      king-boot-module-system/src/main/java/org/king/config/ShiroConfig.java

二进制
.DS_Store


+ 2 - 0
king-boot-module-system/src/main/java/org/king/config/ShiroConfig.java

@@ -97,6 +97,8 @@ public class ShiroConfig {
 		filterChainDefinitionMap.put("/**/*.png", "anon");
 		filterChainDefinitionMap.put("/**/*.ico", "anon");
 
+		filterChainDefinitionMap.put("/**/staticalCount/**", "anon"); //登录验证码接口排除
+
 		// update-begin--Author:sunjianlei Date:20190813 for:排除字体格式的后缀
 		filterChainDefinitionMap.put("/**/*.ttf", "anon");
 		filterChainDefinitionMap.put("/**/*.woff", "anon");