|
@@ -116,6 +116,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
.antMatchers("/api/wcstask/**").permitAll()
|
|
|
.antMatchers("/test/**").permitAll()
|
|
|
.antMatchers("/edi/wcs/**").permitAll()
|
|
|
+ .antMatchers("/Wms/Wcs/**").permitAll()
|
|
|
.antMatchers("/dev-api/test/tank/**").permitAll()
|
|
|
.antMatchers("/dev-api/test/wcs2/**").permitAll()
|
|
|
// 库位视图
|