Commit 501bcc79 by 284718418@qq.com

1.合并代码

parent 51cf1c67
...@@ -58,9 +58,9 @@ public class WebSecurityConfig implements WebMvcConfigurer { ...@@ -58,9 +58,9 @@ public class WebSecurityConfig implements WebMvcConfigurer {
.excludePathPatterns("/yggl/sysRegion") .excludePathPatterns("/yggl/sysRegion")
.excludePathPatterns("/wxgzh/**") .excludePathPatterns("/wxgzh/**")
.excludePathPatterns("/wxgzpt/**") .excludePathPatterns("/wxgzpt/**")
.excludePathPatterns("/MP_verify_VohzppEKB3VfeKxw.txt")
.excludePathPatterns("/evaluation/**") .excludePathPatterns("/evaluation/**")
.excludePathPatterns("/oss/uploadImg"); .excludePathPatterns("/oss/uploadImg")
.excludePathPatterns("/check/**");
// registry.addInterceptor(getSessionInterceptor()).addPathPatterns("/**").excludePathPatterns("/swagger-ui*"); // registry.addInterceptor(getSessionInterceptor()).addPathPatterns("/**").excludePathPatterns("/swagger-ui*");
} }
......
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