diff --git a/src/model/ChatModel.js b/src/model/ChatModel.js index 3cdbd9a..acb981f 100644 --- a/src/model/ChatModel.js +++ b/src/model/ChatModel.js @@ -26,7 +26,7 @@ export const CompName = { // 打开地图卡片 openMapCard: "openMapCard", // 回答卡片 - answerCard: "answerCard", + longTextCard: "longTextCard", }; /// 发送的指令类型 diff --git a/src/pages/index/components/chat/ChatMainList/index.vue b/src/pages/index/components/chat/ChatMainList/index.vue index 892906d..b0578b3 100644 --- a/src/pages/index/components/chat/ChatMainList/index.vue +++ b/src/pages/index/components/chat/ChatMainList/index.vue @@ -15,9 +15,15 @@