增加新的会员端接口授权
This commit is contained in:
parent
f8e634e7fc
commit
5bc16cc9d5
@ -97,7 +97,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|||||||
// 过滤请求
|
// 过滤请求
|
||||||
.authorizeRequests()
|
.authorizeRequests()
|
||||||
// 对于登录login 验证码captchaImage 允许匿名访问
|
// 对于登录login 验证码captchaImage 允许匿名访问
|
||||||
.antMatchers("/login", "/captchaImage","/client_api/**").anonymous()
|
.antMatchers("/login", "/captchaImage","/client_api/**","/huiyuan/**").anonymous()
|
||||||
.antMatchers(
|
.antMatchers(
|
||||||
HttpMethod.GET,
|
HttpMethod.GET,
|
||||||
"/*.html",
|
"/*.html",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user