1、原程序代码调用上传接口文件路径更改为父节点相对路径:
2、修复ueditor.config.js配置:
- img: ['src', 'alt', 'title', 'width', 'height', 'id', '_src', '_url', 'loadingclass', 'class', 'data-latex', 'style'],
复制代码
- video: ['autoplay', 'controls', 'loop', 'preload', 'src', 'height', 'width', 'class', 'style'],
- source: ['src', 'type'],
- embed: ['type', 'class', 'pluginspage', 'src', 'width', 'height', 'align', 'style', 'wmode', 'play', 'loop', 'menu', 'allowscriptaccess', 'allowfullscreen']
复制代码
3、IIS配置mime类别,添加相应的视频文件后缀配置。
例如:.mp4、.flv等 来源:https://www.cnblogs.com/zcenet/p/11327707.html 免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作! |