This commit is contained in:
duanliang
2025-04-30 14:53:59 +08:00
parent 98afb9398a
commit 116271fc1d
3 changed files with 224 additions and 7 deletions

View File

@@ -294,9 +294,16 @@
}
}
const currentChange = (e) => {
clearHlsRefs()
videoList.value = []
getVideoList()
if(navList.value.length==current.value){
clearHlsRefs()
videoList.value = []
getColletList()
}else{
clearHlsRefs()
videoList.value = []
getVideoList()
}
}
const getColletList = async () => {
clearHlsRefs()