Forráskód Böngészése

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

liao-sea 11 hónapja
szülő
commit
724180413b

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