罗媛媛
2024-04-01 e691b3282287a247f92e7301d778cdbb1fe4eaab
framework/src/main/java/com/yuanchu/mom/config/OpenFifer.java
@@ -42,8 +42,8 @@
    @Override
    protected void addInterceptors(InterceptorRegistry registry) {
        registry.addInterceptor(fiferConfig).addPathPatterns("/**");
        registry.addInterceptor(powerConfig).addPathPatterns("/**");
//        registry.addInterceptor(fiferConfig).addPathPatterns("/**");
//        registry.addInterceptor(powerConfig).addPathPatterns("/**");
        registry.addInterceptor(logConfig).addPathPatterns("/**");
        super.addInterceptors(registry);
    }