From a20af2a32af2ee422b6b19bb01b448869bc7259d Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Mon, 19 May 2025 16:09:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4api=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/example/caseData/middlewares/BaseInterceptor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/example/caseData/middlewares/BaseInterceptor.java b/src/main/java/com/example/caseData/middlewares/BaseInterceptor.java index ef83361..68cc1d7 100644 --- a/src/main/java/com/example/caseData/middlewares/BaseInterceptor.java +++ b/src/main/java/com/example/caseData/middlewares/BaseInterceptor.java @@ -12,8 +12,8 @@ public abstract class BaseInterceptor implements HandlerInterceptor { // "GET:/api/user/\\d+", // GET 请求,匹配 /api/user/123 // "POST:/api/public/.*", // POST 请求,匹配 /api/public/xx // "GET:/api/users" , // GET 请求,匹配具体路径 - "POST:/api/login/wechat/mobile", // 登陆 - "GET:/api/index/clinical" // 首页-临床病例库 + "POST:/login/wechat/mobile", // 登陆 + "GET:/index/clinical" // 首页-临床病例库 ); /**