|
@@ -45,4 +45,4 @@ export const exportReportByPoi = (params) => defHttp.post({ url: Api.exportRepor
|
|
|
|
|
|
export const queryUserByRoleCode = (params) => defHttp.get({ url: Api.queryUserByRoleCode, params });
|
|
|
|
|
|
-export const gasServerImg = (params) => defHttp.post({ url: Api.gasServerImg, params,responseType: 'arraybuffer' });
|
|
|
+export const gasServerImg = (params) => defHttp.post({ url: Api.gasServerImg, params,responseType: 'blob' });
|