From 51857cb6d41732ffe8bc18c2ada1c596864ff8c1 Mon Sep 17 00:00:00 2001 From: wanglei Date: Tue, 13 Aug 2024 16:13:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=8C=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/api/dangan/collection.js | 2 +- dangan-ui/src/views/dangan/collection/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dangan-ui/src/api/dangan/collection.js b/dangan-ui/src/api/dangan/collection.js index a192912..017aad1 100644 --- a/dangan-ui/src/api/dangan/collection.js +++ b/dangan-ui/src/api/dangan/collection.js @@ -8,7 +8,7 @@ export function collectSaves(data) { 'Content-Type': 'multipart/form-data', repeatSubmit: false }, - timeout: 300000, + timeout: 600000, method: 'post', data: data }) diff --git a/dangan-ui/src/views/dangan/collection/index.vue b/dangan-ui/src/views/dangan/collection/index.vue index cac5362..1d63515 100644 --- a/dangan-ui/src/views/dangan/collection/index.vue +++ b/dangan-ui/src/views/dangan/collection/index.vue @@ -360,7 +360,7 @@ export default { muName: undefined, // 用户导入参数 upload: { - fileSize: 300, //MB + fileSize: 500, //MB loading: false, // 是否显示弹出层(用户导入) open: false,