Pārlūkot izejas kodu

release of '素材大盘' on 2021.3.22

jiequan.bi 4 gadi atpakaļ
vecāks
revīzija
7e5c647e0d

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

@@ -191,7 +191,7 @@ public class ShiroConfig {
         filterChainDefinitionMap.put("/explore/*", "anon");
         filterChainDefinitionMap.put("/ai/batchUpdate/*", "anon");
         filterChainDefinitionMap.put("/ctop/kuaishou/videoReport/*", "anon");
-        filterChainDefinitionMap.put("/overView/*", "anon");
+        //filterChainDefinitionMap.put("/overView/*", "anon");
 
         // 添加自己的过滤器并且取名为jwt
         Map<String, Filter> filterMap = new HashMap<>(1);