Explorar o código

Merge remote-tracking branch 'origin/master'

yumeng %!s(int64=4) %!d(string=hai) anos
pai
achega
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");