摘要:
// 防抖 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
阅读(1576)
评论(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
阅读(2307)
评论(0)
推荐(0)

浙公网安备 33010602011771号