feat: There is no way the

This commit is contained in:
super_liu
2021-10-12 17:05:29 +08:00
parent 08a68ced24
commit 5506e06a64
@@ -38,6 +38,7 @@ public class WebMvcConfig implements WebMvcConfigurer {
addInterceptor.excludePathPatterns("/api/lawss/activiti/get_verify_by_instance");
addInterceptor.excludePathPatterns("/api/sys/user/getById");
addInterceptor.excludePathPatterns("/api/person/userInfo/getByUserInfoCode");
addInterceptor.excludePathPatterns("/api/att/attFile/upload");
// 添加自定义拦截器,并拦截对应 url
addInterceptor.addPathPatterns("/**");