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