Commit f1f8a6eb authored by 赵灿灿's avatar 赵灿灿

修改配置

parent dcc49878
Pipeline #21447 passed with stages
in 3 minutes and 37 seconds
......@@ -51,6 +51,10 @@ public class MvcInterceptConfiguration implements WebMvcConfigurer {
adminInterceptor.excludePathPatterns("/libs/**");
adminInterceptor.excludePathPatterns("/scripts/**");
adminInterceptor.excludePathPatterns("/styles/**");
// OA同步用户请求不拦截
adminInterceptor.excludePathPatterns("/oa/account/sync-oa-employee");
// OA同步组织请求不拦截
adminInterceptor.excludePathPatterns("/oa/sync-organization");
}
@Bean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment