【改进】更换接口
This commit is contained in:
@@ -33,7 +33,7 @@ public class SaTokenConfig implements WebMvcConfigurer {
|
|||||||
// 排除教程接口(支持匿名查询)
|
// 排除教程接口(支持匿名查询)
|
||||||
.excludePathPatterns("/tutorial", "/tutorial/**")
|
.excludePathPatterns("/tutorial", "/tutorial/**")
|
||||||
// 排除隐私政策接口(支持匿名查询)
|
// 排除隐私政策接口(支持匿名查询)
|
||||||
.excludePathPatterns("/agreement", "/agreement/**")
|
.excludePathPatterns("/privacy_policy", "/privacy_policy/**")
|
||||||
// 排除固件查询接口(不需要登录)
|
// 排除固件查询接口(不需要登录)
|
||||||
.excludePathPatterns("/firmware/**")
|
.excludePathPatterns("/firmware/**")
|
||||||
// 排除系统登录页(不需要登录)
|
// 排除系统登录页(不需要登录)
|
||||||
|
|||||||
Reference in New Issue
Block a user