|
@ -57,6 +57,7 @@ service.interceptors.response.use( |
|
|
*/ |
|
|
*/ |
|
|
response => { |
|
|
response => { |
|
|
const res = response.data |
|
|
const res = response.data |
|
|
|
|
|
console.log(response) |
|
|
if(response.headers['content-disposition']){ |
|
|
if(response.headers['content-disposition']){ |
|
|
res.disposition = response.headers['content-disposition'] |
|
|
res.disposition = response.headers['content-disposition'] |
|
|
} |
|
|
} |
|
|