修复图片上传断网后重传不显示HTML标签

This commit is contained in:
Ember 2024-07-02 20:20:18 +08:00
parent 15d33fd759
commit 4755543d0e

View File

@ -634,6 +634,7 @@ markdown 基本语法教程 空格与换行 markdown 语法对于空格与换行
} catch (error) {
console.error("图片上传失败:", error);
alert("图片上传失败!");
event.target.value = '';
}
}