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