Explorar o código

拒审重提提交

zhouzeyu@c-top.com.cn %!s(int64=4) %!d(string=hai) anos
pai
achega
10e25d663c

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

@@ -226,7 +226,7 @@ public class ShiroConfig {
         filterChainDefinitionMap.put("/agent/**", "anon");
         filterChainDefinitionMap.put("/materialUse/**", "anon");
         filterChainDefinitionMap.put("/document/library/**", "anon");
-
+        filterChainDefinitionMap.put("/rejected/audit/**", "anon");
 
         // 添加自己的过滤器并且取名为jwt
         Map<String, Filter> filterMap = new HashMap<>(1);