From 740a343863e1048980f17ad253d1889d63c7f7c8 Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Thu, 5 Feb 2026 17:58:16 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E5=85=AC?= =?UTF-8?q?=E5=BC=80=E8=B5=84=E6=BA=90=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, 2 insertions(+) diff --git a/src/main/java/com/corewing/app/config/SaTokenConfig.java b/src/main/java/com/corewing/app/config/SaTokenConfig.java index 429dd68..a54b143 100644 --- a/src/main/java/com/corewing/app/config/SaTokenConfig.java +++ b/src/main/java/com/corewing/app/config/SaTokenConfig.java @@ -57,6 +57,8 @@ public class SaTokenConfig implements WebMvcConfigurer { .excludePathPatterns("/api/app", "/api/app/getAppVersion") .excludePathPatterns("/api/website/**") .excludePathPatterns("/api/app/access_statistics/accumulate") + .excludePathPatterns("/api/app/resource_category/**") + .excludePathPatterns("/api/app/resource/**") // 排除模型接口 .excludePathPatterns("/model/page", "/model/list", "/model/detail/**", "/model/category/**") // 排除咨询接口