@@ -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 | |||
} | |||
}) |