@@ -102,6 +102,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
.authorizeRequests()
// 对于登录login 验证码captchaImage 允许匿名访问
.antMatchers("/login", "/captchaImage", "/testLogin").anonymous()
+ .antMatchers("/aliyun/oss/callback").anonymous()
.antMatchers(
HttpMethod.GET,
"/*.html",