소스 검색

Merge branch 'test'

songyh 4 년 전
부모
커밋
9ccb5839ce
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java

+ 4 - 3
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java

@@ -216,9 +216,10 @@ public class ShiroConfig {
 
 
         filterChainDefinitionMap.put("/exportReportController/**", "anon");
-        //filterChainDefinitionMap.put("/settLementController/**", "anon");
-        //filterChainDefinitionMap.put("/settLementFileController/**", "anon");
-        //filterChainDefinitionMap.put("/ctop/projectMember/**", "anon");
+        filterChainDefinitionMap.put("/settLementController/**", "anon");
+        filterChainDefinitionMap.put("/settLementFileController/**", "anon");
+        filterChainDefinitionMap.put("/ctop/projectMember/**", "anon");
+        filterChainDefinitionMap.put("/agent/**", "anon");
 
 
         // 添加自己的过滤器并且取名为jwt