mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 04:03:42 +08:00
修复 ChatFree 重复刷消息的 Bug
This commit is contained in:
@@ -430,6 +430,7 @@ export default defineComponent({
|
||||
|
||||
// 加载聊天历史记录
|
||||
fetchChatHistory: function (chatId) {
|
||||
this.chatData = [];
|
||||
const list = getChatHistory(chatId);
|
||||
if (list) {
|
||||
const md = require('markdown-it')();
|
||||
|
||||
Reference in New Issue
Block a user