style: 修改接口过期时间

This commit is contained in:
zhengkunwang223
2023-03-14 17:27:11 +08:00
committed by zhengkunwang223
parent 521fca93bd
commit ce44ccdedb
+1 -1
View File
@@ -7,7 +7,7 @@ export enum ResultEnum {
EXPIRED = 405,
ERRAUTH = 406,
ERRGLOBALLOADDING = 407,
TIMEOUT = 10000,
TIMEOUT = 20000,
TYPE = 'success',
}