From ff205ec37f38201eaf89fb2c9f07f9cb558bbf2c Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Sun, 26 Jan 2025 20:28:58 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3131=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=8F=91=E5=B8=83=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E5=8A=A8=E6=80=81=EF=BC=8C=E4=B8=8A=E4=BC=A0=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E6=97=B6=E5=BC=B9=E5=87=BA=E2=80=9C=E7=BD=91=E7=BB=9C?= =?UTF-8?q?=E9=94=99=E8=AF=AF=EF=BC=8C=E8=AF=B7=E7=A8=8D=E5=90=8E=E5=86=8D?= =?UTF-8?q?=E8=AF=95=E2=80=9D=EF=BC=8C=E7=82=B9=E5=87=BB=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=8F=AF=E6=88=90=E5=8A=9F=E5=8F=91=E5=B8=83=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E5=8A=A8=E6=80=81=EF=BC=88=E5=AE=89=E5=8D=93=EF=BC=88=E5=B0=8F?= =?UTF-8?q?=E7=B1=B3=EF=BC=8Cvivo=EF=BC=89=EF=BC=89/=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=93=8D=E5=BA=94=E8=B6=85=E6=97=B6=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/request.js b/utils/request.js index d4e17fd..0823f73 100644 --- a/utils/request.js +++ b/utils/request.js @@ -8,7 +8,7 @@ const http = new Request(); /* 设置全局配置 */ http.setConfig((config) => { config.baseURL = VUE_APP_API_URL; - config.timeout = 2 * 60 * 1000; + config.timeout = 4 * 60 * 1000; config.method = "POST"; config.responseType = "text"; config.header = {