1. 编辑 ueditor.config.js 第355行 将 whitList 改为 whiteList
2.编辑ueditor.all.js 注释掉7343、7344、7345行代码,即:
var root = UE.htmlparser(html);
me.filterInputRule(root);
html = root.toHtml();
3.编辑ueditor.all.js 将17668行的controls preload="none" 修改为 controls preload="meta" 解决视频无默认图问题。