mirror of https://gitee.com/xiaonuobase/snowy
【更新】超时时间设置1分钟
parent
99d66df3dc
commit
991fba682f
|
@ -16,7 +16,7 @@ const DEFAULT_CONFIG = {
|
||||||
API_URL: import.meta.env.VITE_API_BASEURL,
|
API_URL: import.meta.env.VITE_API_BASEURL,
|
||||||
|
|
||||||
// 请求超时
|
// 请求超时
|
||||||
TIMEOUT: 10000,
|
TIMEOUT: 60000,
|
||||||
|
|
||||||
// TokenName // Authorization
|
// TokenName // Authorization
|
||||||
TOKEN_NAME: 'token',
|
TOKEN_NAME: 'token',
|
||||||
|
|
Loading…
Reference in New Issue