var player = new TcPlayer("player-record", {
"m3u8": playURL,
"poster": coverURL,
"live": false,
"width": "100%",
"height": "100%",
"x5_type": 'h5',
});
this.player = player;
切换的时候需要销毁
this.player.destroy();