修复图片上传报错问题

This commit is contained in:
ShaoHua 2025-10-10 21:13:16 +08:00
parent cfe07aa32e
commit 74de650d87

View File

@ -41,7 +41,7 @@ function getImageUrl() {
// 创建图片节点
function createImgNode() {
const img = this.getImageUrl()
let img = this.getImageUrl()
if (!img) {
return
}