no message

This commit is contained in:
A1300399510
2025-02-20 15:16:54 +08:00
parent 93bd583c3e
commit 71741fe921
65 changed files with 426 additions and 419 deletions

View File

@@ -2022,6 +2022,8 @@ const uploadImg = base64 => {
}
let data = res.data
resolve(data)
}).catch(err => {
console.log("err",err);
})
// .finally(() => (detailLoading.value = false))
})