Merge remote-tracking branch 'origin/develop_master' into develop_3
This commit is contained in:
@@ -39,6 +39,11 @@ public class WebMvcConfig implements WebMvcConfigurer {
|
|||||||
addInterceptor.excludePathPatterns("/api/sys/user/getById");
|
addInterceptor.excludePathPatterns("/api/sys/user/getById");
|
||||||
addInterceptor.excludePathPatterns("/api/person/userInfo/getByUserInfoCode");
|
addInterceptor.excludePathPatterns("/api/person/userInfo/getByUserInfoCode");
|
||||||
addInterceptor.excludePathPatterns("/api/att/attFile/upload");
|
addInterceptor.excludePathPatterns("/api/att/attFile/upload");
|
||||||
|
//pcms项目数据下发开放接口
|
||||||
|
addInterceptor.excludePathPatterns("/api/sarStandProjectLibrary/save");
|
||||||
|
addInterceptor.excludePathPatterns("/slrs/sar-stand-project-team/save");
|
||||||
|
//tc模块结构单元数据
|
||||||
|
addInterceptor.excludePathPatterns("/api/sarModelTree/save");
|
||||||
|
|
||||||
// 添加自定义拦截器,并拦截对应 url
|
// 添加自定义拦截器,并拦截对应 url
|
||||||
addInterceptor.addPathPatterns("/**");
|
addInterceptor.addPathPatterns("/**");
|
||||||
|
|||||||
Reference in New Issue
Block a user