ueditor 上传视频丢失src的解决方法

    技术2026-01-23  8

    修改 udeitor.config.js 的 白名单,可以搜索 whitList, 然后修改以下代码:

    img: ['src', 'alt', 'title', 'width', 'height', 'id', '_src', 'loadingclass', 'class', 'data-latex','style','_url'],//加了style和_url video: ['autoplay', 'controls', 'loop', 'preload', 'src', 'height', 'width', 'class', 'style','id'],//加了id
    Processed: 0.032, SQL: 12