From 572ea22d4e014216f37dfd553cc29b0ee555bab2 Mon Sep 17 00:00:00 2001 From: yang <2119157836@qq.com> Date: Sat, 22 Feb 2025 15:21:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8E=A5=E5=8F=A3=E6=94=BE=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/mcwl/framework/config/SecurityConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcwl-framework/src/main/java/com/mcwl/framework/config/SecurityConfig.java b/mcwl-framework/src/main/java/com/mcwl/framework/config/SecurityConfig.java index 31be3c7..0cc57a4 100644 --- a/mcwl-framework/src/main/java/com/mcwl/framework/config/SecurityConfig.java +++ b/mcwl-framework/src/main/java/com/mcwl/framework/config/SecurityConfig.java @@ -158,7 +158,7 @@ public class SecurityConfig { "/WorkFlowVersion/selectVersionByWorkId", "/memberLevel/list", "/memberLevel/getMemberBenefitList", - "/attention/selectAttention" + "/attention/selectAttentionList" ).permitAll() // 静态资源,可匿名访问 .antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll()