diff --git a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/config/ShiroConfig.java b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/config/ShiroConfig.java index 3242f15e6ba5e6b879a5c90f07acfcea3447850b..6c8b903ec42d853f5b767a5b23e96dd5118d670c 100644 --- a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/config/ShiroConfig.java +++ b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/config/ShiroConfig.java @@ -113,11 +113,11 @@ public class ShiroConfig { filterChainDefinitionMap.put("/actuator/httptrace/**", "anon"); filterChainDefinitionMap.put("/actuator/redis/**", "anon"); - //测试示例 filterChainDefinitionMap.put("/test/jeecgDemo/html", "anon"); //模板页面 filterChainDefinitionMap.put("/test/jeecgDemo/redis/**", "anon"); //redis测试 - + filterChainDefinitionMap.put("/big/screen/**", "anon"); + filterChainDefinitionMap.put("/bigscreen/**", "anon"); //排除Online请求 filterChainDefinitionMap.put("/auto/cgform/**", "anon");