luobisheng
2022-12-09 8561be6f266768316a7866a71d891000e758db32
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 () {