LLL 1 år sedan
förälder
incheckning
1d39535759

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

@@ -146,8 +146,11 @@ public class ShiroConfig {
 
 
         //修改数据源切换
-        filterChainDefinitionMap.put("/dataSourceSwitch/switchDataSource/**", "anon");//JVxeTable无痕刷新示例
-
+        filterChainDefinitionMap.put("/dataSourceSwitch/switchDataSource/**", "anon");
+        //专用费明细下载
+//        filterChainDefinitionMap.put("/projectChbZyf/projectChbZyf/**", "anon");
+        //更新推送列表明细下载
+        filterChainDefinitionMap.put("/projectPushList/projectPushList/addAll", "anon");
 
         //性能监控,放开排除会存在安全漏洞泄露TOEKN(durid连接池也有)
         //filterChainDefinitionMap.put("/actuator/**", "anon");