fix(upload img): fix recieve url
This commit is contained in:
@@ -51,7 +51,7 @@ onMounted(() => {
|
|||||||
console.log(response);
|
console.log(response);
|
||||||
if (response.code === 200) {
|
if (response.code === 200) {
|
||||||
console.log('上传成功');
|
console.log('上传成功');
|
||||||
vditor.insertValue('')
|
vditor.insertValue('')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user