1
This commit is contained in:
@@ -208,10 +208,6 @@ class Http {
|
||||
}
|
||||
|
||||
let res = await axios.post(url, formData, config)
|
||||
filename = filename || res.headers['content-disposition'].split('filename=')[1].split(';')[0]
|
||||
|
||||
|
||||
|
||||
// 直接下载
|
||||
if (is_down) {
|
||||
window.framework.uiTool.downloadFile(res.data, filename)
|
||||
|
||||
Reference in New Issue
Block a user