wei.zhou

提交代码

......@@ -14,6 +14,6 @@ public class InterceptorConfig implements WebMvcConfigurer {
@Override
public void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(new SignInterceptor()).addPathPatterns("/**");
registry.addInterceptor(new SignInterceptor()).addPathPatterns("/customs/*");
}
}
......