Merge remote-tracking branch 'origin/develop_master' into develop_master
This commit is contained in:
@@ -39,13 +39,26 @@ 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");
|
||||||
|
addInterceptor.excludePathPatterns("/api/sarStandardsInfo/sar-standards-info/exportStandardsInfoExcel");
|
||||||
//pcms项目数据下发开放接口
|
//pcms项目数据下发开放接口
|
||||||
addInterceptor.excludePathPatterns("/api/sarStandProjectLibrary/save");
|
addInterceptor.excludePathPatterns("/api/sarStandProjectLibrary/save");
|
||||||
addInterceptor.excludePathPatterns("/slrs/sar-stand-project-team/save");
|
addInterceptor.excludePathPatterns("/slrs/sar-stand-project-team/save");
|
||||||
//tc模块结构单元数据
|
//tc模块结构单元数据
|
||||||
addInterceptor.excludePathPatterns("/api/sarModelTree/save");
|
addInterceptor.excludePathPatterns("/api/sarModelTree/save");
|
||||||
|
//同步用户数据
|
||||||
addInterceptor.excludePathPatterns("/api/DataSync/importUserData");
|
addInterceptor.excludePathPatterns("/api/DataSync/importUserData");
|
||||||
|
//同步组织机构数据
|
||||||
addInterceptor.excludePathPatterns("/api/DataSync/importOrgData");
|
addInterceptor.excludePathPatterns("/api/DataSync/importOrgData");
|
||||||
|
//从excl中导入标准
|
||||||
|
addInterceptor.excludePathPatterns("/api/ImportExcel/import");
|
||||||
|
|
||||||
|
//标准征求意见导出
|
||||||
|
addInterceptor.excludePathPatterns("/api/slrs/sar-public-idea-all/tuallStand");
|
||||||
|
//为符合项整改导出
|
||||||
|
addInterceptor.excludePathPatterns("/api/sarStandUnqualified/sar-stand-unqualified/exportStandUnqulifiedExcel");
|
||||||
|
//文件预览
|
||||||
|
addInterceptor.excludePathPatterns("/api/att/attFile/getFileInfo");
|
||||||
|
|
||||||
|
|
||||||
// 添加自定义拦截器,并拦截对应 url
|
// 添加自定义拦截器,并拦截对应 url
|
||||||
addInterceptor.addPathPatterns("/**");
|
addInterceptor.addPathPatterns("/**");
|
||||||
|
|||||||
Reference in New Issue
Block a user