From 2955df71e99d5e1d95de122f63be4638aae288a8 Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Fri, 26 Dec 2025 23:12:30 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=94=B9=E8=BF=9B=E3=80=91=E6=8E=92?= =?UTF-8?q?=E9=99=A4=E6=A8=A1=E5=9E=8B=E6=97=A0=E9=9C=80=E7=99=BB=E5=BD=95?= =?UTF-8?q?=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 92dd554..9fcc2d2 100644 --- a/src/main/java/com/corewing/app/config/SaTokenConfig.java +++ b/src/main/java/com/corewing/app/config/SaTokenConfig.java @@ -51,6 +51,8 @@ public class SaTokenConfig implements WebMvcConfigurer { .excludePathPatterns("/error", "/error/**") // 排除校验更新接口 .excludePathPatterns("app_version", "/app_version/checkUpdate") + // 排除模型接口 + .excludePathPatterns("/model/page", "/model/list", "/model/detail/**", "/model/category/**") // 排除咨询接口 .excludePathPatterns("/contactMsg", "/contactMsg/**"); }