fix
wzy
2022-07-28 7a2f69e4cf9771c9450b009ea5deaaa07e279f11
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/**");
    }
    /**