ueditor上传视频,显示不出问题

一般有两种方式解决:

  第一种 将ueditor.config.js的366行 whitList 改为whileList: 

ueditor上传视频,显示不出问题_第1张图片
第二种
1.将ueditor.all.js中的7343,7344,7345行的注销
ueditor上传视频,显示不出问题_第2张图片
2.将ueditor.all.js中的17769行的html.push(creatInsertStr( vi.url, vi.width || 420, vi.height || 280, id + i, null, cl, ‘img’));改成html.push(creatInsertStr( vi.url, vi.width || 420, vi.height || 280, id + i, null, cl, ‘video’));
ueditor上传视频,显示不出问题_第3张图片

你可能感兴趣的:(ueditor)