This commit is contained in:
cxc
2022-12-22 17:30:52 +08:00
parent b07498d904
commit 955f86201f
9 changed files with 110 additions and 56 deletions

View File

@ -104,7 +104,6 @@ export default {
},
customInsert(res, insertFn) {
// res 即服务端的返回结果
// console.log(res);
// 从 res 中找到 url alt href ,然后插图图片
insertFn(res.url, null, null);
},