签名问题

This commit is contained in:
bb_pan 2025-06-19 13:35:07 +08:00
parent 4100c79114
commit 23e7349f7d
1 changed files with 1 additions and 1 deletions

View File

@ -108,8 +108,8 @@ const complete = (e) => {
const webpBase64 = canvas.toDataURL('image/webp', 0.8) const webpBase64 = canvas.toDataURL('image/webp', 0.8)
console.log('🚀 ~ WebP base64:', webpBase64) console.log('🚀 ~ WebP base64:', webpBase64)
uploadImg2(webpBase64)
} }
uploadImg2(e)
} }
// //