lxh 1 天之前
父節點
當前提交
406dd5e624
共有 7 個文件被更改,包括 2 次插入2 次删除
  1. 二進制
      public/video/fanLocal.mp4
  2. 二進制
      public/video/gate.mp4
  3. 二進制
      public/video/mainFan.mp4
  4. 二進制
      src/assets/vedio/fanLocal.mp4
  5. 二進制
      src/assets/vedio/gate.mp4
  6. 二進制
      src/assets/vedio/mainFan.mp4
  7. 2 2
      src/views/vent/gas/gasReport/index.vue

二進制
public/video/fanLocal.mp4


二進制
public/video/gate.mp4


二進制
public/video/mainFan.mp4


二進制
src/assets/vedio/fanLocal.mp4


二進制
src/assets/vedio/gate.mp4


二進制
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
 }
 //获取日报列表数据