mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-11 07:55:59 +08:00
style: 修改接口过期时间
This commit is contained in:
parent
521fca93bd
commit
ce44ccdedb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export enum ResultEnum {
|
||||||
EXPIRED = 405,
|
EXPIRED = 405,
|
||||||
ERRAUTH = 406,
|
ERRAUTH = 406,
|
||||||
ERRGLOBALLOADDING = 407,
|
ERRGLOBALLOADDING = 407,
|
||||||
TIMEOUT = 10000,
|
TIMEOUT = 20000,
|
||||||
TYPE = 'success',
|
TYPE = 'success',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue