fix-工单详情

This commit is contained in:
xl
2024-07-15 13:51:57 +08:00
parent cd8ad8a5d9
commit 17e16c70d6

View File

@@ -142,6 +142,7 @@ public class WebConfig implements WebMvcConfigurer {
excludePathPatterns("/api/front/intended/category/**").
excludePathPatterns("/api/front/hot/history/**").
excludePathPatterns("/api/front/car/buy/way/**").
excludePathPatterns("/api/front/repair/dealer/detail").
excludePathPatterns("/swagger-resources/**", "/webjars/**", "/v2/**", "/swagger-ui.html/**");
}