feat: 接口放行
parent
59b59a06f8
commit
572ea22d4e
|
@ -158,7 +158,7 @@ public class SecurityConfig {
|
||||||
"/WorkFlowVersion/selectVersionByWorkId",
|
"/WorkFlowVersion/selectVersionByWorkId",
|
||||||
"/memberLevel/list",
|
"/memberLevel/list",
|
||||||
"/memberLevel/getMemberBenefitList",
|
"/memberLevel/getMemberBenefitList",
|
||||||
"/attention/selectAttention"
|
"/attention/selectAttentionList"
|
||||||
).permitAll()
|
).permitAll()
|
||||||
// 静态资源,可匿名访问
|
// 静态资源,可匿名访问
|
||||||
.antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll()
|
.antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll()
|
||||||
|
|
Loading…
Reference in New Issue