瀏覽代碼

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

yanliming 3 天之前
父節點
當前提交
53a7152692
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      web/src/main/java/com/jpsoft/employment/config/WebMvcConfig.java

+ 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")
 		;