Commit 49dbf041 authored by Sixiang_Zzb's avatar Sixiang_Zzb

批量上传失败情况的环境修改

parent e5659671
...@@ -33,15 +33,15 @@ const ResultPageFailed = () => { ...@@ -33,15 +33,15 @@ 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>
) : ( ) : (
'Download' 'Download'
)} )}
{/* <a href={'http://47.74.233.180:8651/tos/excel/down?operator_id=' + resultId}>
Download
</a> */}
</Button>, </Button>,
<Button key="back" onClick={backPage}> <Button key="back" onClick={backPage}>
Back Back
......
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