|
|
|
@ -155,7 +155,7 @@ |
|
|
|
// 下载附件 |
|
|
|
downFtpFile(row){ |
|
|
|
//'/proxyApi/ftp/file/downFtpFile/' |
|
|
|
axios.get('/proxyApi/ftp/file/downFtpFile/' + row.id, { |
|
|
|
axios.get( '/api/ftp/file/downFtpFile/' + row.id, { |
|
|
|
responseType: 'blob', |
|
|
|
headers: { |
|
|
|
'Content-Type': 'application/json', |
|
|
|
|