From 06b17b98d52467ca8dd843b33245510c7edf5c96 Mon Sep 17 00:00:00 2001 From: vapao Date: Tue, 1 Sep 2020 09:55:42 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=8F=91=E5=B8=83=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4=20#185?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/deploy/request/Ext2Form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spug_web/src/pages/deploy/request/Ext2Form.js b/spug_web/src/pages/deploy/request/Ext2Form.js index f1c9850..4760b21 100644 --- a/spug_web/src/pages/deploy/request/Ext2Form.js +++ b/spug_web/src/pages/deploy/request/Ext2Form.js @@ -78,7 +78,7 @@ class Ext2Form extends React.Component { const formData = new FormData(); formData.append('file', file); formData.append('deploy_id', store.record.deploy_id); - http.post('/api/deploy/request/upload/', formData) + http.post('/api/deploy/request/upload/', formData, {timeout: 120000}) .then(res => { file.path = res; this.setState({fileList: [file]})