@@ -59,7 +59,9 @@ public class ResourcesConfig implements WebMvcConfigurer {
// 不需要拦截的路由,swagger3
.excludePathPatterns("/swagger-resources/**","/swagger-ui/**", "/v3/**", "/error")
// 不需要拦截的路由
- .excludePathPatterns("/profile/**","/captchaImage", "/common/**", "/monitor/**");
+ .excludePathPatterns("/profile/**","/captchaImage", "/common/**", "/monitor/**")
+ .excludePathPatterns("/chart/**")
+ ;
}
/**