Explorar o código

添加拦截器处理

yq %!s(int64=3) %!d(string=hai) anos
pai
achega
202a518b51

+ 1 - 1
fiveep-service/src/main/java/com/bizmatics/service/config/ResourcesConfig.java

@@ -43,7 +43,7 @@ public class ResourcesConfig implements WebMvcConfigurer
     public void addInterceptors(InterceptorRegistry registry)
     {
         registry.addInterceptor(repeatSubmitInterceptor).addPathPatterns("/**");
-        registry.addInterceptor(checkExecuteInterceptor).addPathPatterns("/alarmPower/**");
+//        registry.addInterceptor(checkExecuteInterceptor).addPathPatterns("/alarmPower/**");
     }
     /**
      * 跨域配置