|
@@ -24,7 +24,7 @@ public class WebAppConfig implements WebMvcConfigurer {
|
|
|
@Override
|
|
|
public void addInterceptors(InterceptorRegistry registry) {
|
|
|
registry.addInterceptor(tokenInterceptor).addPathPatterns("/**")
|
|
|
- .excludePathPatterns("/**/fdLogin/**","/test/**","/**/list/**","/**allLis/**","/**/sceneList/**");
|
|
|
+ .excludePathPatterns("/**/fdLogin/**","/test/**");
|
|
|
WebMvcConfigurer.super.addInterceptors(registry);
|
|
|
}
|
|
|
|