|
@@ -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");
|