diff --git a/packages/gui/src/bridge/error/front.js b/packages/gui/src/bridge/error/front.js index 2b11216..ef5d6e3 100644 --- a/packages/gui/src/bridge/error/front.js +++ b/packages/gui/src/bridge/error/front.js @@ -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