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 9a58faf..f181d48 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 @@ -159,7 +159,13 @@ public class SecurityConfig { "/memberLevel/list", "/memberLevel/getMemberBenefitList", "/attention/selectAttentionList", - "/downFile/down" + "/downFile/down", + "/personalCenter/selectByUserIdModel", + "/personalCenter/selectByUserIdWorkFlow", + "/personalCenter/selectByUserIdImage", + "/personalCenter/likeModel", + "/personalCenter/likeWorkFlow", + "/personalCenter/likeImage" ).permitAll() // 静态资源,可匿名访问 .antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll()