feat: 停车卡片
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
src="/static/chat_msg_loading.gif"
|
||||
mode="aspectFit"
|
||||
/>
|
||||
<!-- <loading v-if="isLoading" /> -->
|
||||
<ChatMarkdown :key="textKey" :text="processedText" />
|
||||
<DotLoading v-if="isLoading" />
|
||||
</view>
|
||||
@@ -21,7 +20,6 @@
|
||||
<script setup>
|
||||
import { defineProps, computed, ref, watch } from "vue";
|
||||
import ChatMarkdown from "./ChatMarkdown.vue";
|
||||
import loading from "@/pages/loading/loading.vue";
|
||||
import DotLoading from "@/pages/loading/DotLoading.vue";
|
||||
|
||||
const props = defineProps({
|
||||
|
||||
@@ -31,6 +31,17 @@
|
||||
>
|
||||
</ChatTopWelcome>
|
||||
|
||||
<ChatCardAI class="message-item-ai">
|
||||
<template #content>
|
||||
<!-- 车牌添加卡片 -->
|
||||
<AddCarCrad
|
||||
:toolCall="{
|
||||
url: 'https://shop.gzcyb.vip/scanQrFixCode?fixCodeId=49892',
|
||||
}"
|
||||
/>
|
||||
</template>
|
||||
</ChatCardAI>
|
||||
|
||||
<view
|
||||
class="area-msg-list-content"
|
||||
v-for="item in chatMsgList"
|
||||
|
||||
Reference in New Issue
Block a user