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: {