src/views/video/index.vue
@@ -134,7 +134,7 @@ var hls = new Hls(); videoPoint.getVideoPointUrl(item.platResourceId).then((res) => { if (res.code == 0) { if (res.code === 0) { hls.loadSource(res.data); hls.attachMedia(video); hls.on(Hls.Events.MANIFEST_PARSED, function () {