fangyuan
2022-12-12 82469748e87e514cf46703cd4edc296d4bcb2680
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 () {