Oliver
2022-12-12 9736af164d1aae76b3388944d675cb21b61c755b
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 () {