Kaynağa Gözat

销售盯盘2 权限

zhaoxian 3 yıl önce
ebeveyn
işleme
4a2827fb66

+ 3 - 0
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java

@@ -247,6 +247,9 @@ public class ShiroConfig {
         filterChainDefinitionMap.put("/external/materialCollection/*", "anon");
         filterChainDefinitionMap.put("/kuaiShouOpreate/**", "anon");
         filterChainDefinitionMap.put("/manager/company/*", "anon");
+        filterChainDefinitionMap.put("/liveData/**", "anon");
+        filterChainDefinitionMap.put("/product/material/**", "anon");
+
         // 添加自己的过滤器并且取名为jwt
         Map<String, Filter> filterMap = new HashMap<>(1);
         filterMap.put("jwt", new JwtFilter());