|
@@ -116,6 +116,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
.antMatchers("/api/wcstask/**").permitAll()
|
|
|
.antMatchers("/test/**").permitAll()
|
|
|
.antMatchers("/api/modbus/**").permitAll()
|
|
|
+ .antMatchers("/api/**").permitAll()
|
|
|
// 库位视图
|
|
|
.antMatchers("/ams/locationView/**").permitAll()
|
|
|
// 除上面外的所有请求全部需要鉴权认证
|