From abda7b6998f4fad0a5b62f718c297405079394d8 Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@88.com> Date: 星期一, 02 十二月 2024 23:35:32 +0800 Subject: [PATCH] search类生成位置 --- src/main/java/com/lunhan/xxx/host/api/MvcTokenInterceptors.java | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/lunhan/xxx/host/api/MvcTokenInterceptors.java b/src/main/java/com/lunhan/xxx/host/api/MvcTokenInterceptors.java index 18ebe43..7301feb 100644 --- a/src/main/java/com/lunhan/xxx/host/api/MvcTokenInterceptors.java +++ b/src/main/java/com/lunhan/xxx/host/api/MvcTokenInterceptors.java @@ -20,9 +20,12 @@ interceptorRegistration.addPathPatterns("/**"); //排除配置 这里接口的跳过不使用此方式排除,通过注解“NonLogin”跳过拦截 interceptorRegistration.excludePathPatterns( - "/**/*.html" + "/**/*.html", + "/**/*.vue" , "/**/*.css" , "/**/*.js" + , "/**/*.js.map" + , "/*.ico" , "/**/*.jpg" , "/**/*.png" , "/**/*.woff" -- Gitblit v1.9.3