|
|
|
|
|
|
|
|
<div v-if="current === 5" class="cont"> |
|
|
<div v-if="current === 5" class="cont"> |
|
|
<div class="title">飞行文件</div> |
|
|
<div class="title">飞行文件</div> |
|
|
|
|
|
|
|
|
<UploadVod :text="'上传视频文件'" @upload-status="vodStatus" /> |
|
|
|
|
|
<!-- <UploadVod :text="'上传st文件'" @upload-status="vodStatus" /> --> |
|
|
|
|
|
|
|
|
<UploadVod @upload-status="vodStatus" /> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
videoUrl.push(list[key].url) |
|
|
videoUrl.push(list[key].url) |
|
|
} |
|
|
} |
|
|
const videoList = videoUrl.join(',') |
|
|
const videoList = videoUrl.join(',') |
|
|
|
|
|
console.log('videoList', videoList) |
|
|
|
|
|
return |
|
|
if (status === 'success') { |
|
|
if (status === 'success') { |
|
|
// 视频上传 |
|
|
// 视频上传 |
|
|
uploadFlightUrl({ |
|
|
uploadFlightUrl({ |