|
@@ -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");
|