|
|
@@ -80,6 +80,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/MP_verify*").permitAll()
|
|
|
.antMatchers("/series/all").permitAll()
|
|
|
.antMatchers("/cardCase/showInfoMA").permitAll()
|
|
|
+ .antMatchers("/user/checkZmj").permitAll()
|
|
|
.antMatchers("/store/**").permitAll()
|
|
|
// all other requests need to be authenticated
|
|
|
.anyRequest().authenticated().and()
|