Kaynağa Gözat

feat: 完成相机批量导入

bxy 1 yıl önce
ebeveyn
işleme
3c3b66a1c0
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/api/camera/camera-overview.ts

+ 2 - 2
src/api/camera/camera-overview.ts

@@ -189,7 +189,7 @@ export function downloadSpaceCode() {
     url: '/addCameraList/downloadWorkspaceCodeForm',
     method: 'get',
     responseType: 'blob',
-  });
+  }, { isShowErrorMessage: false, isTransformResponse: false });
 };
 
 // 批量添加相机 - 下载模板
@@ -198,5 +198,5 @@ export function downloadBatchTemplate() {
     url: '/skyeye/CAMERALIST_TEMPLATE/camera-upload-template.xlsx',
     method: 'get',
     responseType: 'blob',
-  });
+  }, { urlPrefix: '/skyeye-file-upload', isShowErrorMessage: false, isTransformResponse: false });
 };