From a5f7bf7f5bbfa29d3c0ef299c8cb51c44ec3ed25 Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 26 Feb 2021 21:28:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5Excel=20=E6=95=B4=E4=BD=93?= =?UTF-8?q?=E6=80=A7=E8=83=BD=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/tpl/foreend/api/TemplateApi.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/api/TemplateApi.html b/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/api/TemplateApi.html index ef45f02..3d01963 100644 --- a/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/api/TemplateApi.html +++ b/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/api/TemplateApi.html @@ -106,8 +106,8 @@ export function doImportExcel(data) { url: "#(apiPath)/#(data.moduleName)/importExcel", #end method: "post", - // 最长超时时间 50秒 - timeout: 50000, + // 最长超时时间 3 分钟 + timeout: 180000, headers: { 'Content-Type': 'multipart/form-data' },