Преглед на файлове

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

ChenYang преди 2 години
родител
ревизия
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()