feat: There is no way the idm and oa

This commit is contained in:
super_liu
2021-10-11 18:03:50 +08:00
parent 3c3a199a1a
commit cf41791d0c
@@ -37,6 +37,7 @@ public class WebMvcConfig implements WebMvcConfigurer {
addInterceptor.excludePathPatterns("/doc.html");
addInterceptor.excludePathPatterns("/api/lawss/activiti/get_verify_by_instance");
addInterceptor.excludePathPatterns("/api/sys/user/getById");
addInterceptor.excludePathPatterns("/api/person/userInfo/getByUserInfoCode");
// 添加自定义拦截器,并拦截对应 url
addInterceptor.addPathPatterns("/**");