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