Przeglądaj źródła

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

ChenYang 1 rok temu
rodzic
commit
075a2d6bcd

+ 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()