From 08c6ecf506bfc7003894775fe57d98d9b11f3d9e Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 26 二月 2025 11:43:18 +0800 Subject: [PATCH] 地图对话 --- 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