上传视频成功后要拿到 视频封面值,直接上代码(仅用记录)
onSuccess: ({ url }) => {
this.ruleForm.video.playUrl = url
this.ruleForm.video.coverUrl = `${url}?x-oss-process=video/snapshot,t_1,f_jpg,m_fast,ar_auto`
}
视频的封面值 是 视频的 url 后面加上 ?x-oss-process=video/snapshot,t_1,f_jpg,m_fast,ar_auto 就可以了