feat: 接口放行

master
yang 2025-02-22 15:21:11 +08:00
parent 59b59a06f8
commit 572ea22d4e
1 changed files with 1 additions and 1 deletions

View File

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