Browse Source

change video url

tags/v1.0.0^2
zhangtao 2 years ago
parent
commit
e0fe1bed72
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/views/task-manage/all-task/components/DemandDrawer.vue
  2. +1
    -1
      src/views/task-manage/all-task/components/LiveDrawer.vue

+ 1
- 1
src/views/task-manage/all-task/components/DemandDrawer.vue View File

const origin = { const origin = {
width: '100%', width: '100%',
height: '446px', height: '446px',
source: props.data.videoUrl
source: props.data.aiVideoUrl
} }
originRef.value?.init(origin) originRef.value?.init(origin)
setTimeout(() => { setTimeout(() => {

+ 1
- 1
src/views/task-manage/all-task/components/LiveDrawer.vue View File

const origin = { const origin = {
width: '100%', width: '100%',
height: '446px', height: '446px',
source: props.data.playUrl,
source: props.data.aiplayUrl,
isLive: true isLive: true
} }
originRef.value?.init(origin) originRef.value?.init(origin)

Loading…
Cancel
Save