From f2854b29aaec084cfdb8843890bc14d044ab7b54 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Sat, 11 Jul 2020 14:10:54 +0800 Subject: [PATCH] =?UTF-8?q?Jeecg=20Boot=202.2.1=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=91=E5=B8=83=EF=BC=8C=E4=BD=8E=E4=BB=A3=E7=A0=81=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/org/jeecg/config/ShiroConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 3242f15e..6c8b903e 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"); -- GitLab