完善外部人员预警与项目分析上线内容
This commit is contained in:
@@ -130,6 +130,7 @@ export function download(url, params, filename, config) {
|
||||
transformRequest: [(params) => { return tansParams(params) }],
|
||||
headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
|
||||
responseType: 'blob',
|
||||
timeout: 120000,
|
||||
...config
|
||||
}).then(async (data) => {
|
||||
const isBlob = blobValidate(data)
|
||||
|
||||
Reference in New Issue
Block a user