Pārlūkot izejas kodu

头条文案-指定文案,素材选择修改。

yangzian 2 gadi atpakaļ
vecāks
revīzija
b923f5a30e

+ 4 - 1
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java

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