【改进】更换接口

This commit is contained in:
2025-11-04 10:47:15 +08:00
parent 70ea5f4dd4
commit 5e0773a59f

View File

@@ -33,7 +33,7 @@ public class SaTokenConfig implements WebMvcConfigurer {
// 排除教程接口(支持匿名查询)
.excludePathPatterns("/tutorial", "/tutorial/**")
// 排除隐私政策接口(支持匿名查询)
.excludePathPatterns("/agreement", "/agreement/**")
.excludePathPatterns("/privacy_policy", "/privacy_policy/**")
// 排除固件查询接口(不需要登录)
.excludePathPatterns("/firmware/**")
// 排除系统登录页(不需要登录)