小调整。

develop
王良 2025-05-15 17:52:46 +08:00
parent 66dbd559bb
commit 8578221884
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ function handleServerStartError (message, err, app, api) {
// 避免重复弹窗
const now = Date.now()
if (latestConfirmTime != null && now - latestConfirmTime < 1000) {
if (now - latestConfirmTime > 5000) {
latestConfirmTime = null
}
return
}
latestConfirmTime = now