From b7a7fe6d139893108fe431cd670a74351755c223 Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@88.com> Date: 星期日, 24 十一月 2024 20:18:02 +0800 Subject: [PATCH] quartz --- 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