소스 검색

打开接口权限

LZH 1 년 전
부모
커밋
ca99d7b585
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ruoyi-framework/src/main/java/com/ruoyi/framework/config/SecurityConfig.java

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

@@ -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()
                 // 库位视图