|
@@ -97,7 +97,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
// 过滤请求
|
|
// 过滤请求
|
|
|
.authorizeRequests()
|
|
.authorizeRequests()
|
|
|
// 对于登录login 注册register 验证码captchaImage 允许匿名访问
|
|
// 对于登录login 注册register 验证码captchaImage 允许匿名访问
|
|
|
- .antMatchers("/login", "/register", "/captchaImage","/getWechatQrCode","/checkWechatScan","/callback","/checkIsNeedCheck").anonymous()
|
|
|
|
|
|
|
+ .antMatchers("/login", "/register", "/captchaImage","/getWechatQrCode","/checkWechatScan","/callback","/checkIsNeedCheck","/xiaoShouYi/auth/**").anonymous()
|
|
|
.antMatchers("/app/common/test").anonymous()
|
|
.antMatchers("/app/common/test").anonymous()
|
|
|
.antMatchers("/ad/adDyApi/authorized").anonymous()
|
|
.antMatchers("/ad/adDyApi/authorized").anonymous()
|
|
|
.antMatchers(
|
|
.antMatchers(
|