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

+ 1 - 0
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java

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