Преглед изворни кода

app-扫码拦截器:查询用户头像

liao-sea пре 11 месеци
родитељ
комит
724180413b
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/main/java/com/hz/employmentsite/config/WebConfiguration.java

+ 2 - 0
src/main/java/com/hz/employmentsite/config/WebConfiguration.java

@@ -62,6 +62,8 @@ public class WebConfiguration implements WebMvcConfigurer {
         excludePath.add("/api/oauth/oauthLogin");//单点登录
         excludePath.add("/api/system/file/downFileToUrl/**");  //下载附件
         excludePath.add("/api/system/file/downloadApk");  //下载APP安装包
+        excludePath.add("/api/system/file/getList");
+        excludePath.add("/api/system/file/getFileBase64");
         excludePath.add("/api/common/getQRCode");
         excludePath.add("/api/user/getUserInfo");
         excludePath.add("/api/jobusermgr/recommendmgt/getListById");