Explorar el Código

Merge branch 'yufei' of gitadmin/tuoheng_lc_web into develop

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

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

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

Cargando…
Cancelar
Guardar