mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-18 03:16:30 +08:00
feat: 修改前端超时时间为10秒
This commit is contained in:
parent
0a483383b4
commit
d6a0dc0125
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export enum ResultEnum {
|
|||
EXPIRED = 405,
|
||||
ERRAUTH = 406,
|
||||
ERRGLOBALLOADDING = 407,
|
||||
TIMEOUT = 100000,
|
||||
TIMEOUT = 10000,
|
||||
TYPE = 'success',
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue