优化代码

This commit is contained in:
GoEdgeLab
2022-08-11 15:25:58 +08:00
parent 81cac41992
commit 816bffd0fd
24 changed files with 31 additions and 318 deletions

View File

@@ -212,7 +212,9 @@ Tea.context(function () {
})
.timeout(300)
.success(function () {
teaweb.reload()
this.$delay(function () {
teaweb.reload()
}, 5000)
})
.done(function () {
this.isRestartingLocalAPINode = false