Commit 3d02c9b0 authored by Sixiang_Zzb's avatar Sixiang_Zzb

批量下载环境修改

parent 927dff90
...@@ -33,13 +33,13 @@ const ResultPageFailed = () => { ...@@ -33,13 +33,13 @@ const ResultPageFailed = () => {
extra={[ extra={[
<Button type="primary" key="ok" onClick={handleDownload}> <Button type="primary" key="ok" onClick={handleDownload}>
{flag ? ( {flag ? (
/* <a href={'http://192.168.1.28:8651/tos/excel/down?operator_id=' + resultId}> <a href={'http://192.168.1.28:8651/tos/excel/down?operator_id=' + resultId}>
Download
</a> */
<a href={'http://47.74.233.180:8651/tos/excel/down?operator_id=' + resultId}>
Download Download
</a> </a>
) : ( ) : (
// <a href={'http://47.74.233.180:8651/tos/excel/down?operator_id=' + resultId}>
// Download
// </a>
'Download' 'Download'
)} )}
</Button>, </Button>,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment