提交 581308d1 authored 作者: coderBryanFu's avatar coderBryanFu

update

上级 bf04ed1e
...@@ -489,7 +489,8 @@ const callSseWithAi = async params => { ...@@ -489,7 +489,8 @@ const callSseWithAi = async params => {
if (str !== "[DONE]") { if (str !== "[DONE]") {
reportContent.value += str; reportContent.value += str;
if (reportContent.value.includes("./out/img")) { if (reportContent.value.includes("./out/img")) {
reportContent.value = reportContent.value.replaceAll("./out/img", "http://8.140.26.4:10017/out/img"); // reportContent.value = reportContent.value.replaceAll("./out/img", "http://8.140.26.4:10017/out/img");
reportContent.value = reportContent.value.replaceAll("./out/img", "http://172.19.21.9:8003/out/img");
// console.log(111, reportContent.value); // console.log(111, reportContent.value);
} }
updateContent(reportContent.value, scrollContainer.value); updateContent(reportContent.value, scrollContainer.value);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论