lxh 2 hari lalu
induk
melakukan
406dd5e624
7 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. TEMPAT SAMPAH
      public/video/fanLocal.mp4
  2. TEMPAT SAMPAH
      public/video/gate.mp4
  3. TEMPAT SAMPAH
      public/video/mainFan.mp4
  4. TEMPAT SAMPAH
      src/assets/vedio/fanLocal.mp4
  5. TEMPAT SAMPAH
      src/assets/vedio/gate.mp4
  6. TEMPAT SAMPAH
      src/assets/vedio/mainFan.mp4
  7. 2 2
      src/views/vent/gas/gasReport/index.vue

TEMPAT SAMPAH
public/video/fanLocal.mp4


TEMPAT SAMPAH
public/video/gate.mp4


TEMPAT SAMPAH
public/video/mainFan.mp4


TEMPAT SAMPAH
src/assets/vedio/fanLocal.mp4


TEMPAT SAMPAH
src/assets/vedio/gate.mp4


TEMPAT SAMPAH
src/assets/vedio/mainFan.mp4


+ 2 - 2
src/views/vent/gas/gasReport/index.vue

@@ -241,8 +241,8 @@ async function getImageList(params) {
   // 接下来你可以使用这个二进制数据来显示图片
   // 例如,创建一个Image对象并设置src为imageData的URL
   // let img = new Image();
-  let blob = new Blob([imageData]); // 如果是arraybuffer,需要转换为Blob
-  let url = URL.createObjectURL(blob);
+  // let blob = new Blob([imageData]); // 如果是arraybuffer,需要转换为Blob
+  let url = window.URL.createObjectURL(imageData);
   imgSrcView.value = url
 }
 //获取日报列表数据