Commit 49dbf041 authored by Sixiang_Zzb's avatar Sixiang_Zzb

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

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