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