소스 검색

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