فهرست منبع

蝌蚪文对接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()