|
|
@@ -123,9 +123,9 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
.antMatchers("/company/user/common/uploadOSS").anonymous()
|
|
|
.antMatchers("/pay/wxPay/payNotify**").anonymous()
|
|
|
.antMatchers("/common/uploadWang**").anonymous()
|
|
|
- .antMatchers("/common/download**").anonymous()
|
|
|
+ .antMatchers("/common/download**").permitAll()
|
|
|
.antMatchers("/common/test").anonymous()
|
|
|
- .antMatchers("/common/download/resource**").anonymous()
|
|
|
+ .antMatchers("/common/download/resource**").permitAll()
|
|
|
.antMatchers("/swagger-ui.html").anonymous()
|
|
|
.antMatchers("/swagger-resources/**").anonymous()
|
|
|
.antMatchers("/webjars/**").anonymous()
|