【新增】排除咨询接口
This commit is contained in:
@@ -45,6 +45,8 @@ public class SaTokenConfig implements WebMvcConfigurer {
|
||||
// 排除 Druid 监控
|
||||
.excludePathPatterns("/druid/**")
|
||||
// 排除错误页面
|
||||
.excludePathPatterns("/error", "/error/**");
|
||||
.excludePathPatterns("/error", "/error/**")
|
||||
// 排除咨询接口
|
||||
.excludePathPatterns("/contactMsg", "/contactMsg/**");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user