瀏覽代碼

蝌蚪文对接AGV系统需求代码-优化

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

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

@@ -113,7 +113,6 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
                 .antMatchers("/*/api-docs").anonymous()
                 .antMatchers("/druid/**").anonymous()
                 .antMatchers("/wcs/**").anonymous()
-                .antMatchers("/pda/qc/**").anonymous()
 
                 .antMatchers("/api/wcstask/**").permitAll()
                 .antMatchers("/test/**").permitAll()