修改上传头像url

This commit is contained in:
邓洁
2023-02-22 14:32:14 +08:00
parent e1551144a9
commit deb66d77fd

View File

@@ -49,7 +49,7 @@
return new Promise((resolve, reject) => {
const token = uni.getStorageSync('loginToken')
const a = uni.uploadFile({
url: apiService.uploadImgUrl + '/upload/image/',
url: apiService.uploadImgUrl,
filePath: filePath,
name: 'file',
header: {