wzy
2022-03-27 42996aa74b9f44c26d275e8afbbe4e206c57a8e7
src/main/java/cc/mrbird/febs/common/configure/WebMvcConfigure.java
@@ -22,10 +22,10 @@
//        registration.addPathPatterns("/dapp/**");
//        registration.excludePathPatterns("/api/common/**");
//
        InterceptorRegistration registration = registry.addInterceptor(new DappInterceptor());
        registration.addPathPatterns("/dapp/**");
        registration.excludePathPatterns("/dapp/common/**");
        registration.addPathPatterns("/dapi/**");
        registration.excludePathPatterns("/dapi/common/**");
    }
    /**