update 优化 OSS 模块与上传组件 异常处理

This commit is contained in:
疯狂的狮子li
2021-08-18 19:19:12 +08:00
parent 12e69e946e
commit 879f18f6f0
9 changed files with 52 additions and 35 deletions

View File

@ -180,7 +180,7 @@ export default {
// 调整光标到最后
quill.setSelection(length + 1);
} else {
this.$message.error("图片插入失败");
this.$message.error(res.msg);
}
},
handleUploadError() {