fix: 开放获取OnlyOffice历史文件接口
This commit is contained in:
@@ -198,6 +198,9 @@ public class WebMvcConfig implements WebMvcConfigurer {
|
|||||||
|
|
||||||
addInterceptor.excludePathPatterns("/api/lawss/sarLawsInformation/exportLawsInformationInfo");
|
addInterceptor.excludePathPatterns("/api/lawss/sarLawsInformation/exportLawsInformationInfo");
|
||||||
|
|
||||||
|
// 获取onlyOffice历史文件接口
|
||||||
|
addInterceptor.excludePathPatterns("/api/lawss/activiti/getAllOnlyOfficeHisFileById");
|
||||||
|
|
||||||
// // 添加自定义拦截器,并拦截对应 url
|
// // 添加自定义拦截器,并拦截对应 url
|
||||||
addInterceptor.addPathPatterns("/**");
|
addInterceptor.addPathPatterns("/**");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user