diff --git a/src/views/AI-new/components/card/index.vue b/src/views/AI-new/components/card/index.vue index fd6213c..d88522b 100644 --- a/src/views/AI-new/components/card/index.vue +++ b/src/views/AI-new/components/card/index.vue @@ -15,7 +15,7 @@ export default { const content = JSON.parse(markup) return content } catch (e) { - console.log(e) + // console.log(e) return {} } } diff --git a/src/views/AI-new/components/chat-new.vue b/src/views/AI-new/components/chat-new.vue index 2970af8..8183d96 100644 --- a/src/views/AI-new/components/chat-new.vue +++ b/src/views/AI-new/components/chat-new.vue @@ -47,6 +47,7 @@