Browse Source

Merge branch 'develop' of http://192.168.11.14:51037/gitadmin/tuoheng_lc_web into zhangtao

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

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

@@ -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…
Cancel
Save