From 93febaf68e650c5f81cfbe8a40f6f03b68622f8a Mon Sep 17 00:00:00 2001 From: yjxx <1055683039@qq.com> Date: Mon, 21 Oct 2024 18:23:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/jty/expressdistributionsystem/config/WebConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/jty/expressdistributionsystem/config/WebConfig.java b/src/main/java/jty/expressdistributionsystem/config/WebConfig.java index 2eb4bd7..03e9d58 100644 --- a/src/main/java/jty/expressdistributionsystem/config/WebConfig.java +++ b/src/main/java/jty/expressdistributionsystem/config/WebConfig.java @@ -13,6 +13,6 @@ public class WebConfig implements WebMvcConfigurer { @Override public void addInterceptors(InterceptorRegistry registry) { - registry.addInterceptor(loginInterceptor).excludePathPatterns("/user/login", "/user/loginByAccount"); + registry.addInterceptor(loginInterceptor).excludePathPatterns("/common/login", "/common/loginByAccount"); } }