소스 검색

直播地址更换

tags/v1.0.0^2
余菲 2 년 전
부모
커밋
560921bb40
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…
취소
저장