|
@@ -69,6 +69,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/static/**").permitAll()
|
|
.antMatchers("/static/**").permitAll()
|
|
|
.antMatchers("/auth/**").permitAll()
|
|
.antMatchers("/auth/**").permitAll()
|
|
|
.antMatchers("/admin/**").permitAll()
|
|
.antMatchers("/admin/**").permitAll()
|
|
|
|
|
+ .antMatchers("/user/setPasswordAdmin").permitAll()
|
|
|
.antMatchers("/orderNotify/**").permitAll()
|
|
.antMatchers("/orderNotify/**").permitAll()
|
|
|
.antMatchers("/order/logistic").permitAll()
|
|
.antMatchers("/order/logistic").permitAll()
|
|
|
.antMatchers("/systemVariable/all").permitAll()
|
|
.antMatchers("/systemVariable/all").permitAll()
|