Explorar el Código

change video url

tags/v1.0.0^2
zhangtao hace 2 años
padre
commit
e0fe1bed72
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      src/views/task-manage/all-task/components/DemandDrawer.vue
  2. +1
    -1
      src/views/task-manage/all-task/components/LiveDrawer.vue

+ 1
- 1
src/views/task-manage/all-task/components/DemandDrawer.vue Ver fichero

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

+ 1
- 1
src/views/task-manage/all-task/components/LiveDrawer.vue Ver fichero

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

Cargando…
Cancelar
Guardar