Commit b6adc18b authored by 赵灿灿's avatar 赵灿灿

修改配置

parent 207c81f0
Pipeline #21105 passed with stages
in 4 minutes and 14 seconds
...@@ -212,7 +212,7 @@ require(['jquery', 'vue', 'utils','marked','markdown', 'global'], function ($, V ...@@ -212,7 +212,7 @@ require(['jquery', 'vue', 'utils','marked','markdown', 'global'], function ($, V
}else{//提示词不展示 }else{//提示词不展示
responseText += content; responseText += content;
} }
this.messages[aiMessageIndex].content = md.render(responseText); this.messages[aiMessageIndex].content = marked.parse(responseText);//md.render(responseText);
} else { } else {
// 移除输入指示器 // 移除输入指示器
this.messages[aiMessageIndex].typing = false; this.messages[aiMessageIndex].typing = false;
......
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
发送4 发送4
</button> </button>
<div id="events"></div> <div id="events"></div>
<a href="http://10.33.247.45:32256/lcdp-app/#/zhuanjiadiaodugongdan0031inner?appId=1161470417668227072&name=1283&name=1283" target="_blank" title="新闻网站" style="color: red">新闻</a> <a href="http://10.33.247.45:32256/lcdp-app/#/zhuanjiadiaodugongdan0031inner?appId=1161470417668227072&eid=108" target=_blank" title="调度单发起" style="color:red;">调度单发起</a>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment