This commit is contained in:
sdaduanbilei-d1581 2025-10-14 14:41:28 +08:00
parent ae7bab6747
commit 03c5d4da2a

View File

@ -93,7 +93,6 @@ export default {
const data = {libraryId:item.id,ossId:file.id}
this.$api.flower.setImg(data).then(res => {
if(res.code === 200){
console.log(res)
this.fetchList()
}
})