每次访问时倒遍历十个任务的状态,未下完则开启定时刷新。优化部分foreach,性能提升。优化代码。(同步更新)
This commit is contained in:
@@ -171,6 +171,7 @@ let isEditingTag = ref(false)
|
||||
//是否打开播放面板
|
||||
let isPlaying = ref(false)
|
||||
|
||||
//在线播放链接以及播放器实例
|
||||
let current_video_link = ref("")
|
||||
let player = ref()
|
||||
|
||||
@@ -373,7 +374,6 @@ function initPlayer(){
|
||||
videoInit: true,
|
||||
lang: 'zh-cn'
|
||||
})
|
||||
|
||||
}
|
||||
function destroyPlayer(){
|
||||
player.value.destroy()
|
||||
|
||||
Reference in New Issue
Block a user