From 345370831431a07d4680d0109cd1761e1e913ae9 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 09 十月 2024 13:43:13 +0800
Subject: [PATCH] bug;remove log

---
 src/components/chat/chatComponents/summaryCom/components/types.ts |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/components/chat/chatComponents/summaryCom/components/types.ts b/src/components/chat/chatComponents/summaryCom/components/types.ts
index b0822e9..0113c5f 100644
--- a/src/components/chat/chatComponents/summaryCom/components/types.ts
+++ b/src/components/chat/chatComponents/summaryCom/components/types.ts
@@ -2,6 +2,8 @@
 import MapCom from '../../mapCom/MapCom.vue';
 import RecordSet from './recordSet/RecordSet.vue';
 import RecordSetTable from './recordSetTable/RecordSetTable.vue';
+import AmisPage from './amisPage/AmisPage.vue';
+
 
 import Summary from './summary/Summary.vue';
 import DeviceLastValueCom from './deviceLastValue/DeviceLastValueCom.vue';
@@ -13,7 +15,8 @@
 	Map = 'map',
 	DeviceLastValue='device_last_value',
 	/** @description 鍚庣骞舵病鏈夊鍔犱竴涓柊鐨� table 绫诲瀷锛岃�屾槸褰撴垚 recordset 鐨勪竴绉嶇壒鍒� */
-	RecordSetTable = 'recordsetTable'
+	RecordSetTable = 'recordsetTable',
+	AmisPage="amis_page"
 }
 
 export const summaryAnswerTypeMapCom = {
@@ -23,5 +26,6 @@
 	[SummaryAnswerType.Map]: MapCom,
 	[SummaryAnswerType.DeviceLastValue]:DeviceLastValueCom,
 	[SummaryAnswerType.RecordSetTable]:RecordSetTable,
+	[SummaryAnswerType.AmisPage]:AmisPage
 	
 };

--
Gitblit v1.9.3