|
@@ -249,9 +249,12 @@ public class ShiroConfig {
|
|
|
filterChainDefinitionMap.put("/manager/**", "anon");
|
|
|
filterChainDefinitionMap.put("/liveData/**", "anon");
|
|
|
filterChainDefinitionMap.put("/product/material/**", "anon");
|
|
|
- filterChainDefinitionMap.put("/ctop/materialInfo/**", "anon");
|
|
|
+ //filterChainDefinitionMap.put("/ctop/materialInfo/**", "anon");
|
|
|
filterChainDefinitionMap.put("/summary/report/**", "anon");
|
|
|
filterChainDefinitionMap.put("/duxiaoman/materialInfo/**", "anon");
|
|
|
+ filterChainDefinitionMap.put("/ctop/byteDance/videoReport/**", "anon");
|
|
|
+
|
|
|
+ filterChainDefinitionMap.put("/designer/**", "anon");
|
|
|
|
|
|
// 添加自己的过滤器并且取名为jwt
|
|
|
Map<String, Filter> filterMap = new HashMap<>(1);
|