【新增】排除隐私政策接口拦截
This commit is contained in:
@@ -29,6 +29,8 @@ public class SaTokenConfig implements WebMvcConfigurer {
|
|||||||
.excludePathPatterns("/feedback", "/feedback/**")
|
.excludePathPatterns("/feedback", "/feedback/**")
|
||||||
// 排除教程接口(支持匿名查询)
|
// 排除教程接口(支持匿名查询)
|
||||||
.excludePathPatterns("/tutorial", "/tutorial/**")
|
.excludePathPatterns("/tutorial", "/tutorial/**")
|
||||||
|
// 排除隐私政策接口(支持匿名查询)
|
||||||
|
.excludePathPatterns("/agreement", "/agreement/**")
|
||||||
// 排除固件查询接口(不需要登录)
|
// 排除固件查询接口(不需要登录)
|
||||||
.excludePathPatterns("/firmware/**")
|
.excludePathPatterns("/firmware/**")
|
||||||
// 排除静态资源
|
// 排除静态资源
|
||||||
|
|||||||
Reference in New Issue
Block a user