From 90e165b22d5438257691b96dd9fab8c5b8d1e420 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sat, 13 Sep 2025 14:04:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=B6=85=E6=97=B6=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/http.js b/src/utils/http.js index 2a5e9d7..1c2c627 100644 --- a/src/utils/http.js +++ b/src/utils/http.js @@ -32,7 +32,7 @@ const httpInterceptor = { } // 2. 设置请求超时时间,默认为60s,设置为 10s - options.timeout = 30000 + options.timeout = 60000 // 3. 增加小程序端请求头标识 options.header = {