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"