|
@@ -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/**");
|
|
|
}
|
|
|
/**
|
|
|
* 跨域配置
|