From 5e0773a59f514db0574d4a1265e6c5a7de0da9c7 Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Tue, 4 Nov 2025 10:47:15 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=94=B9=E8=BF=9B=E3=80=91=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/corewing/app/config/SaTokenConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/**") // 排除系统登录页(不需要登录)