From c7beac1f8695f8bf0f7faa9e9dc6efe0bbd429de Mon Sep 17 00:00:00 2001 From: vapao Date: Wed, 13 Jul 2022 23:35:17 +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?= 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 a05c4da..22726c3 100644 --- a/spug_web/src/pages/deploy/request/Ext2Form.js +++ b/spug_web/src/pages/deploy/request/Ext2Form.js @@ -59,7 +59,7 @@ export default observer(function () { const formData = new FormData(); formData.append('file', file); formData.append('deploy_id', store.record.deploy_id); - http.post('/api/deploy/request/upload/', formData, {timeout: 120000}) + http.post('/api/deploy/request/upload/', formData, {timeout: 300000}) .then(res => { file.path = res; setFileList([file])