diff --git a/src/main/java/com/corewing/app/config/SaTokenConfig.java b/src/main/java/com/corewing/app/config/SaTokenConfig.java index 279888a..f0e143a 100644 --- a/src/main/java/com/corewing/app/config/SaTokenConfig.java +++ b/src/main/java/com/corewing/app/config/SaTokenConfig.java @@ -33,7 +33,7 @@ public class SaTokenConfig implements WebMvcConfigurer { // 排除教程接口(支持匿名查询) .excludePathPatterns("/tutorial", "/tutorial/**") // 排除隐私政策接口(支持匿名查询) - .excludePathPatterns("/agreement", "/agreement/**") + .excludePathPatterns("/privacy_policy", "/privacy_policy/**") // 排除固件查询接口(不需要登录) .excludePathPatterns("/firmware/**") // 排除系统登录页(不需要登录)