From 01ef29c5d7fb681b2ce49fa3fddf62e92e80a95a Mon Sep 17 00:00:00 2001 From: zer0Black <694429613@qq.com> Date: Sun, 17 Apr 2022 23:40:39 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4=E6=94=B9=E4=B8=BA?= =?UTF-8?q?10s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/utils/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/utils/request.js b/jero-web/src/utils/request.js index 76d34c3a..af22d562 100644 --- a/jero-web/src/utils/request.js +++ b/jero-web/src/utils/request.js @@ -17,7 +17,7 @@ let apiBaseUrl = window._CONFIG['domianURL'] || "/jero-boot"; const service = axios.create({ //baseURL: '/jero-boot', baseURL: apiBaseUrl, // api base_url - timeout: 9000 // 请求超时时间 + timeout: 10000 // 请求超时时间 }) const err = (error) => {