摘要: // 防抖 export const debounce= (func, wait) => { var timeout; return function () { var context = this; var args = arguments; clearTimeout(timeout) timeo 阅读全文
posted @ 2020-04-02 16:17 Tutao1995 阅读(1542) 评论(1) 推荐(1) 编辑
摘要: if(flvjs.isSupported()){ // let videoBox = document.querySelector('#video'); let videoBox = this.$refs[this.boxname]; let flvPlayer = flvjs.createPlay 阅读全文
posted @ 2020-04-02 09:50 Tutao1995 阅读(2296) 评论(0) 推荐(0) 编辑