wei.zhou

提交代码

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