diff --git a/src/views/AI-new/components/chat-new.vue b/src/views/AI-new/components/chat-new.vue index 7908cc7..8b8991e 100644 --- a/src/views/AI-new/components/chat-new.vue +++ b/src/views/AI-new/components/chat-new.vue @@ -342,7 +342,7 @@ export default { const information = /([^<]*)(?:<\/information>)?/.exec(this.answerMap) const text = /([^<]*)(?:<\/text>)?/.exec(this.answerMap) // console.log(this.answerMap); - + console.log(text, 123) this.messageInfo.information = information ? information[1].trim() : this.newMessage this.messageInfo.is_complete = is_complete ? is_complete[1].trim() : 'false' if (is_complete && is_complete[1] === 'true' && text && text[1].trim() === '') {