From 6612c139e886551e031aed587fd8915a7e090e48 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期二, 15 十月 2024 17:46:46 +0800 Subject: [PATCH] 修改高级示例的样式 --- src/components/chat/chatComponents/summaryCom/SummaryCom.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue b/src/components/chat/chatComponents/summaryCom/SummaryCom.vue index fde3089..189921d 100644 --- a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue +++ b/src/components/chat/chatComponents/summaryCom/SummaryCom.vue @@ -11,6 +11,7 @@ :summaryIndex="index" ></component> </template> + <!-- <AmisPageTest /> --> </div> </template> @@ -18,7 +19,7 @@ import { computed } from 'vue'; import { chatComProps } from '../common'; import { SummaryAnswerType, summaryAnswerTypeMapCom } from './components/types'; - +// import AmisPageTest from './components/amisPage/AmisPageTest.vue'; const props = defineProps(chatComProps); const parsedData = computed(() => { -- Gitblit v1.9.3