上传附件调整

This commit is contained in:
sunliwei 2024-09-04 14:36:17 +08:00
parent 5866ab9c00
commit ded17a0b8e

View File

@ -764,8 +764,8 @@
url: '/infra/file/upload',
filePath: url,
}).then((res) => {
console.log('images', res.fileName);
this.images.push(res.fileName)
console.log('images', res.data.url);
this.images.push(res.data.url)
})
},