@@ -110,6 +110,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
"/**/*.js",
"/profile/**"
).permitAll()
+ .antMatchers("/xiaoShouYi/**").permitAll()
.antMatchers("/test").anonymous()
.antMatchers("/company/companyVoiceRobotic/callerResult").anonymous()
.antMatchers("/company/companyVoiceRobotic/callerResult4EasyCall").anonymous()