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()