From 32928d921a431e37e08e6ef315506f71ebaa18f1 Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Fri, 11 Jan 2019 00:32:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E4=B8=8A=E4=BC=A0=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E8=8E=B7=E5=8F=96=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/common/lib/ueditor/dialogs/video/video.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/static/common/lib/ueditor/dialogs/video/video.js b/public/static/common/lib/ueditor/dialogs/video/video.js index b389a01be..b230523a7 100755 --- a/public/static/common/lib/ueditor/dialogs/video/video.js +++ b/public/static/common/lib/ueditor/dialogs/video/video.js @@ -325,7 +325,7 @@ if(!url) return false; if ( !checkNum( [width, height] ) ) return false; editor.execCommand('insertvideo', { - url: convert_url(url), + src: convert_url(url), width: width.value, height: height.value, align: align @@ -342,7 +342,7 @@ for(var i=0,img; img=imgs[i++];){ if(img.getAttribute("selected")){ videoObjs.push({ - url:img.getAttribute("ue_video_url"), + src:img.getAttribute("ue_video_url"), width:420, height:280, align:"none" @@ -498,7 +498,7 @@ for(var key in uploadVideoList) { var file = uploadVideoList[key]; videoObjs.push({ - url: uploadDir + file.url, + src: uploadDir + file.url, width:width, height:height, align:align