feat: 接口放行
parent
59b59a06f8
commit
572ea22d4e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue