26
This commit is contained in:
@@ -277,7 +277,13 @@
|
||||
})
|
||||
}
|
||||
const onInput = debounce((e) => {
|
||||
getVideoRegions('search')
|
||||
|
||||
if(e){
|
||||
getVideoRegions('search')
|
||||
}else{
|
||||
getVideoRegions()
|
||||
}
|
||||
|
||||
}, 500)
|
||||
const clearHlsRefs = () => {
|
||||
if (hlsRefs.length > 0) {
|
||||
@@ -514,6 +520,9 @@
|
||||
if(search=='search'){
|
||||
regionList.value.forEach((item,index)=>{
|
||||
item.show = true
|
||||
item.resourcesList.forEach((r,i)=>{
|
||||
r.show = true
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user