|
@@ -174,7 +174,6 @@ public class ShiroConfig {
|
|
|
filterChainDefinitionMap.put("/rest/script/*", "anon");
|
|
|
filterChainDefinitionMap.put("/ctop/checkTaskList/*", "anon");
|
|
|
filterChainDefinitionMap.put("/ctop/report/bytedance/*", "anon");
|
|
|
- filterChainDefinitionMap.put("/oa/wechatNoList/*", "anon");
|
|
|
|
|
|
// 添加自己的过滤器并且取名为jwt
|
|
|
Map<String, Filter> filterMap = new HashMap<>(1);
|