Przeglądaj źródła

手机端关于我们的接口,免登陆设置

yanliming 3 dni temu
rodzic
commit
53a7152692

+ 1 - 0
web/src/main/java/com/jpsoft/employment/config/WebMvcConfig.java

@@ -62,6 +62,7 @@ public class WebMvcConfig implements WebMvcConfigurer {
 				.excludePathPatterns("/generateCaptCha")
 				.excludePathPatterns("/mobile/customerInfoApi/findByOpenId")
 				.excludePathPatterns("/mobile/customerInfoApi/workOrderEdit/*")
+				.excludePathPatterns("/mobile/customerInfoApi/aboutUs")
 				.excludePathPatterns("/mobile/partnerApi/**")
 				.excludePathPatterns("/mobile/workOrder/list")
 		;