diff --git a/pages/chat/ChatMainList.vue b/pages/chat/ChatMainList.vue
index d598929..9697f88 100644
--- a/pages/chat/ChatMainList.vue
+++ b/pages/chat/ChatMainList.vue
@@ -42,7 +42,6 @@
class="message-item-ai"
:key="`ai-${item.msgId}-${item.msg ? item.msg.length : 0}`"
:text="item.msg || ''"
- ,
:isLoading="item.isLoading"
>
@@ -71,6 +70,12 @@
v-else-if="item.toolCall.componentName === ''"
:toolCall="item.toolCall"
/>
+
@@ -162,6 +167,7 @@ import AttachListComponent from "../module/attach/AttachListComponent.vue";
import CreateServiceOrder from "@/components/CreateServiceOrder/index.vue";
import Feedback from "@/components/Feedback/index.vue";
import DetailCardCompontent from "../module/detail/DetailCardCompontent.vue";
+import AddCarCrad from "@/components/AddCarCrad/index.vue";
import { mainPageData } from "@/request/api/MainPageDataApi";
import {
conversationMsgList,