增加超时时间

This commit is contained in:
bb_pan 2025-09-13 14:04:04 +08:00
parent 536781d1dd
commit 90e165b22d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const httpInterceptor = {
}
// 2. 设置请求超时时间默认为60s设置为 10s
options.timeout = 30000
options.timeout = 60000
// 3. 增加小程序端请求头标识
options.header = {