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