Commit ae1bf335 authored by realize1020's avatar realize1020

放开拦截

parent 596f3db6
......@@ -48,6 +48,8 @@ public class WebConfiguration implements WebMvcConfigurer {
excludePath.add("/software/getSoftwareList");
excludePath.add("/software/getSoftwareByCode");
excludePath.add("/tripartiteFunction/bidata/**");
excludePath.add("/tenderProject/copyTenderProject");
excludePath.add("/authUser/updatePhone");
registry.addInterceptor(tokenInterceptor)
.addPathPatterns("/**")
.excludePathPatterns(excludePath);
......
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