浏览代码

对外代码修改

yumeng 4 年之前
父节点
当前提交
e8ddf4372b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      jeecg-boot-module-system/src/main/java/org/jeecg/config/ShiroConfig.java

+ 0 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/config/ShiroConfig.java

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