From b8c59a8c50510e725796c718a1920c3e77ec1bce Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 17 May 2022 10:07:59 +0800 Subject: [PATCH] 29614 --- src/mods/conv/AppPhotoAlbum/AppPhotoAlbum.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mods/conv/AppPhotoAlbum/AppPhotoAlbum.vue b/src/mods/conv/AppPhotoAlbum/AppPhotoAlbum.vue index 0704e64..c67b198 100644 --- a/src/mods/conv/AppPhotoAlbum/AppPhotoAlbum.vue +++ b/src/mods/conv/AppPhotoAlbum/AppPhotoAlbum.vue @@ -149,7 +149,7 @@ export default { uploadFile(img, total) { uni.uploadFile({ - url: this.$http.baseURL + '/admin/file/add', + url: this.$instance.config.baseURL + '/admin/file/add', filePath: img, name: 'file', header: {