2.3.9历史回复数据

This commit is contained in:
2026-03-13 16:08:34 +08:00
parent 99b029377a
commit 1dd64988ba

View File

@@ -773,6 +773,7 @@ const handleStart = async (specificGroupIndex) => {
} else if (firstError.result.status === 'fulfilled') { } else if (firstError.result.status === 'fulfilled') {
errorMsg = firstError.result.value.error || '启动失败' errorMsg = firstError.result.value.error || '启动失败'
} }
warmingUp.value = false
alert(`启动失败:${errorMsg}`) alert(`启动失败:${errorMsg}`)
return return
} }