@@ -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(() => { |
@@ -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) |