|
@@ -115,6 +115,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
.antMatchers("/wcs/**").anonymous()
|
|
|
.antMatchers("/api/wcstask/**").permitAll()
|
|
|
.antMatchers("/test/**").permitAll()
|
|
|
+ .antMatchers("/hualan/**").permitAll()
|
|
|
|
|
|
.antMatchers("/ams/locationView/**").permitAll()
|
|
|
|