|
|
|
@ -47,7 +47,7 @@ public class InterceptorConfig implements WebMvcConfigurer { |
|
|
|
.excludePathPatterns("/common/**") |
|
|
|
.excludePathPatterns("/common/**") |
|
|
|
.excludePathPatterns("/app/**") |
|
|
|
.excludePathPatterns("/app/**") |
|
|
|
// excel导出
|
|
|
|
// excel导出
|
|
|
|
.excludePathPatterns("/serviceUnit/export","/reportProject/excelConditionVo","/data/petitionComplaint12337/export/result","/err","/sampling/export/samplingPoling", "/negative/books/export/**","/data/petitionComplaint/export/**","/confinement/export","/books/dataThread/export") |
|
|
|
.excludePathPatterns("/serviceUnit/export","/data/petitionComplaint12337/export/result","/err","/sampling/export/samplingPoling", "/negative/books/export/**","/data/petitionComplaint/export/**","/confinement/export","/books/dataThread/export") |
|
|
|
.excludePathPatterns(List.of("/doc.html", "/webjars/**", "/favicon.ico", "/v3/api-docs/**")); |
|
|
|
.excludePathPatterns(List.of("/doc.html", "/webjars/**", "/favicon.ico", "/v3/api-docs/**")); |
|
|
|
registry.addInterceptor(new ApiInterceptor()) |
|
|
|
registry.addInterceptor(new ApiInterceptor()) |
|
|
|
.addPathPatterns("/api/jwdc/**"); |
|
|
|
.addPathPatterns("/api/jwdc/**"); |
|
|
|
|