瀏覽代碼

change video url

tags/v1.0.0^2
zhangtao 2 年之前
父節點
當前提交
e0fe1bed72
共有 2 個檔案被更改,包括 2 行新增2 行删除
  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 查看文件

@@ -126,7 +126,7 @@ export default defineComponent({
const origin = {
width: '100%',
height: '446px',
source: props.data.videoUrl
source: props.data.aiVideoUrl
}
originRef.value?.init(origin)
setTimeout(() => {

+ 1
- 1
src/views/task-manage/all-task/components/LiveDrawer.vue 查看文件

@@ -134,7 +134,7 @@ export default defineComponent({
const origin = {
width: '100%',
height: '446px',
source: props.data.playUrl,
source: props.data.aiplayUrl,
isLive: true
}
originRef.value?.init(origin)

Loading…
取消
儲存