ソースを参照

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

HuKang 2 年 前
コミット
2abd9f4d7b

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