Bläddra i källkod

Merge remote-tracking branch 'origin/master'

yumeng 4 år sedan
förälder
incheckning
1b6653b558

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

@@ -90,10 +90,10 @@ public class ShiroConfig {
         filterChainDefinitionMap.put("/ctop/bytedanceInterestCategory/**", "anon");
         filterChainDefinitionMap.put("/template/creative/words/get", "anon");
         filterChainDefinitionMap.put("template/bytedance/industry/list", "anon");
-        //报表设计器排除
-        filterChainDefinitionMap.put("/design/report/**", "anon");
+        //积木报表排除
+        filterChainDefinitionMap.put("/jmreport/**", "anon");
+        filterChainDefinitionMap.put("/**/*.js.map", "anon");
         filterChainDefinitionMap.put("/**/*.css.map", "anon");
-
         filterChainDefinitionMap.put("/bytedance/batch/creative/words/get", "anon");
         filterChainDefinitionMap.put("/bytedance/batch/action/text", "anon");
         filterChainDefinitionMap.put("/bytedance/batch/industry/list", "anon");