接口放行

master
rong.liu 1 year ago
parent 78bee48c55
commit a34138190d
  1. 2
      src/main/java/com/huoran/iasf/common/shiro/ShiroConfig.java

@ -143,7 +143,7 @@ public class ShiroConfig {
filterChainDefinitionMap.put("/sysColumnLongPage/getRedisCache", "anon");
filterChainDefinitionMap.put("/content/classification/allTheQuery", "anon");
filterChainDefinitionMap.put("/sysColumn/getsSublevelColumnsUnderALevel", "anon");
filterChainDefinitionMap.put("/sysFiles/upload", "anon");
/*filterChainDefinitionMap.put("/index/**", "anon");
filterChainDefinitionMap.put("/doc.html", "anon");
filterChainDefinitionMap.put("/swagger-resources/**", "anon");

Loading…
Cancel
Save