From 24d2cf46937906e895451bb43deb9be7aa7bdd2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sat, 14 May 2022 00:08:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=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 --- jshERP-web/src/utils/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshERP-web/src/utils/request.js b/jshERP-web/src/utils/request.js index 31ea7012..b614fee8 100644 --- a/jshERP-web/src/utils/request.js +++ b/jshERP-web/src/utils/request.js @@ -16,7 +16,7 @@ let apiBaseUrl = window._CONFIG['domianURL'] || "/jshERP-boot"; // 创建 axios 实例 const service = axios.create({ baseURL: apiBaseUrl, // api base_url - timeout: 90000 // 请求超时时间 + timeout: 300000 // 请求超时时间 }) const err = (error) => {