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 = {