問題描述:使用的是最新的UEditor 1.4.3.3版本,在上傳完視訊後,編輯的時候出現視訊的src丟失的問題
解決方式:修改ueditor.config.js檔案,將
img: ['src', 'alt', 'title', 'width', 'height', 'id', '_src', 'loadingclass', 'class', 'data-latex'],
改為
img: ['src', 'alt', 'title', 'width', 'height', 'id', '_url', 'loadingclass', 'class', 'data-latex'],