@@ -402,14 +402,8 @@ export default {
});
return service
.get(url, params, {
- transformRequest: [
- (params) => {
- return tansParams(params);
- },
- ],
headers: { "Content-Type": "application/x-www-form-urlencoded" },
responseType: "blob",
- ...config,
})
.then(async (data) => {
const isBlob = blobValidate(data);