fix: 移除错误信息中的硬编码端口号
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
This commit is contained in:
parent
2062878c9f
commit
d687188310
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"dev_id": "EXP-000",
|
|
||||||
"conversations": [],
|
|
||||||
"last_topic": null,
|
|
||||||
"preferences": {},
|
|
||||||
"updated_at": null
|
|
||||||
}
|
|
||||||
|
|
@ -685,7 +685,7 @@ async function confirmBuild() {
|
||||||
appendMessage('system', '⏳ 连接后端服务中,正在重试(' + retryCount + '/' + maxRetries + ')...');
|
appendMessage('system', '⏳ 连接后端服务中,正在重试(' + retryCount + '/' + maxRetries + ')...');
|
||||||
await new Promise(function (r) { setTimeout(r, 1500); });
|
await new Promise(function (r) { setTimeout(r, 1500); });
|
||||||
} else {
|
} else {
|
||||||
appendMessage('system', '⚠️ 任务提交失败:无法连接铸渊后端服务。请检查:\n1. 网络连接是否正常\n2. 后端服务是否已启动(端口 3002)\n3. 如使用 GitHub Pages 访问,请确认 guanghulab.com 服务可用');
|
appendMessage('system', '⚠️ 任务提交失败:无法连接铸渊后端服务。请检查:\n1. 网络连接是否正常\n2. 后端服务是否已启动\n3. 如使用 GitHub Pages 访问,请确认 guanghulab.com 服务可用');
|
||||||
updatePreviewStatus('error', '连接失败');
|
updatePreviewStatus('error', '连接失败');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue