瀏覽代碼

Merge branch 'yufei' of gitadmin/tuoheng_lc_web into develop

tags/v1.0.0^2
yufei111 2 年之前
父節點
當前提交
e508e8541e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/views/task-manage/all-task/components/LiveDrawer.vue

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

@@ -129,7 +129,7 @@ export default defineComponent({
id: 'video-live',
width: '800px',
height: '212px',
source: data.detailData.pullUrl,
source: props.data.pullUrl,
isLive: true
}
})
@@ -139,7 +139,7 @@ export default defineComponent({
id: 'video-live',
width: '800px',
height: '212px',
source: data.detailData.pullUrl,
source: props.data.pullUrl,
isLive: true
}
})

Loading…
取消
儲存