🔨 Refactor: modify some code

This commit is contained in:
萌萌哒赫萝
2023-03-02 23:07:26 +08:00
parent 8911217780
commit c819872635
6 changed files with 91 additions and 77 deletions

View File

@@ -54,6 +54,8 @@ const urlCreateObjectURL = async () => {
headers: props.headers
}).then(res => res.blob()).then(blob => {
base64Url.value = URL.createObjectURL(blob)
}).catch(err => {
console.log(err)
})
}