服务案例up

This commit is contained in:
熊丽君
2022-01-11 15:51:07 +08:00
parent 0b13270376
commit e75d7f3a4f
2 changed files with 30 additions and 24 deletions

View File

@ -179,7 +179,7 @@ export default {
quill.insertEmbed(
length,
"image",
process.env.VUE_APP_BASE_API + res.fileName
process.env.VUE_APP_BASE_API + res.data.url
);
// 调整光标到最后
quill.setSelection(length + 1);