wjj 15 часов назад
Родитель
Сommit
1f56f08352
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      fs-company/src/main/java/com/fs/framework/config/SecurityConfig.java

+ 1 - 0
fs-company/src/main/java/com/fs/framework/config/SecurityConfig.java

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