Selaa lähdekoodia

Merge branch 'yufei' of gitadmin/tuoheng_lc_web into develop

tags/v1.0.0^2
yufei111 2 vuotta sitten
vanhempi
commit
e508e8541e
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      src/views/task-manage/all-task/components/LiveDrawer.vue

+ 2
- 2
src/views/task-manage/all-task/components/LiveDrawer.vue Näytä tiedosto

@@ -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…
Peruuta
Tallenna