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等