Commit dcdf27f2 by fanjiaxin

放开权限,联调

parent 6a4fe88e
Pipeline #71472 passed with stages
in 1 minute 4 seconds
...@@ -27,8 +27,8 @@ public class WebConfig implements WebMvcConfigurer { ...@@ -27,8 +27,8 @@ public class WebConfig implements WebMvcConfigurer {
@Override @Override
public void addInterceptors(InterceptorRegistry registry) { public void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(authInterceptor) // registry.addInterceptor(authInterceptor)
.excludePathPatterns(getExcludePathPatterns()); // .excludePathPatterns(getExcludePathPatterns());
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment