瀏覽代碼

1.开放搅拌槽和拆包机的测试接口

HuKang 2 年之前
父節點
當前提交
2abd9f4d7b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ruoyi-framework/src/main/java/com/ruoyi/framework/config/SecurityConfig.java

+ 2 - 0
ruoyi-framework/src/main/java/com/ruoyi/framework/config/SecurityConfig.java

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