liulin
2024-11-24 b7a7fe6d139893108fe431cd670a74351755c223
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"