fix: 修复url更新问题
This commit is contained in:
@ -210,6 +210,7 @@ async function uploadImg(blob: Blob) {
|
||||
filelId.value = res.id
|
||||
showDialog = false
|
||||
emit('onSuccess', res)
|
||||
emit('update:fileUrl', res.url)
|
||||
}
|
||||
catch (err: any) {
|
||||
emit('onError', err)
|
||||
|
Reference in New Issue
Block a user