视频播放bug修复

This commit is contained in:
wuhongjian 2022-06-15 09:14:09 +08:00
parent 356953ec5d
commit 6481dac6d8
2 changed files with 3 additions and 2 deletions

View File

@ -462,7 +462,7 @@
// store
// const Cardsname = computed(() => store.getters['home/selectCardsnum'])
const router = useRouter()
const select = router.currentRoute.value.query.select
const select = router.currentRoute.value.query.select || '组件服务'
const str = router.currentRoute.value.query.str
const searchValue = ref(str)
let tecHnosphere = router.currentRoute.value.query.tecHnosphere

View File

@ -326,6 +326,7 @@
color: '#409eff', //
title: '', //
src: '', //
type: 'm3u8', //
muted: false, //
webFullScreen: false,
speedRate: ['0.75', '1.0', '1.25', '1.5', '2.0'], //
@ -480,7 +481,7 @@
getHls(param).then((res) => {
console.log('获取视频地址===============>', res)
// videoUrl.value = res.data.data
options.value.src = res.data.data
options.src = res.data.data
visible.value = true
})
}