From 56e2ecb00f35ee69150dddebc8e4b4ae08a6f401 Mon Sep 17 00:00:00 2001 From: Diyu0904 <1819728964@qq.com> Date: Mon, 10 Mar 2025 13:52:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E5=BC=80=E6=94=BE=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mcwl/framework/config/SecurityConfig.java | 8 +++++++- 1 file changed, 7 insertions(+), 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 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()