From 2a907e2a94362abdc3610049de548633c07529b2 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期六, 12 十月 2024 14:54:42 +0800
Subject: [PATCH] colList

---
 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