|
@@ -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()
|
|
|
// 除上面外的所有请求全部需要鉴权认证
|