去除api路由

This commit is contained in:
wucongxing8150 2025-05-19 16:09:07 +08:00
parent beb057f621
commit a20af2a32a

View File

@ -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" // 首页-临床病例库
);
/**