瀏覽代碼

报表错误

yumeng 4 年之前
父節點
當前提交
c81f5d9f7c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jeecg-boot-module-system/src/main/java/org/jeecg/config/ShiroConfig.java

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

@@ -171,7 +171,7 @@ public class ShiroConfig {
         filterChainDefinitionMap.put("/ctop/kuaishou/dailyPage/**", "anon");
         filterChainDefinitionMap.put("/rest/script/*", "anon");
         filterChainDefinitionMap.put("/ctop/checkTaskList/*", "anon");
-        filterChainDefinitionMap.put("/ctop/report/*", "anon");
+        filterChainDefinitionMap.put("/ctop/report/bytedance/*", "anon");
 
         // 添加自己的过滤器并且取名为jwt
         Map<String, Filter> filterMap = new HashMap<>(1);