|
@@ -107,7 +107,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
"/**/*.html",
|
|
"/**/*.html",
|
|
|
"/**/*.css",
|
|
"/**/*.css",
|
|
|
"/**/*.js",
|
|
"/**/*.js",
|
|
|
- "/profile/**"
|
|
|
|
|
|
|
+ "/profile/**",
|
|
|
|
|
+ "/store/store/storeProductPackage/list"
|
|
|
).permitAll()
|
|
).permitAll()
|
|
|
.antMatchers("/baidu/**").anonymous()
|
|
.antMatchers("/baidu/**").anonymous()
|
|
|
.antMatchers("/baiduBack/**").anonymous()
|
|
.antMatchers("/baiduBack/**").anonymous()
|