增加AI助手
This commit is contained in:
		| @@ -385,6 +385,21 @@ export const chartTpl = [{ | ||||
|     dynamicData: [] | ||||
|   }] | ||||
| }] | ||||
|  | ||||
| const customHtml = { | ||||
|   label: "HTML块", type: "html", list: [{ | ||||
|     type: 'html', | ||||
|     label: '自定义HTML', | ||||
|     title: '自定义HTML', | ||||
|     border: 'border0', | ||||
|     width: 500, | ||||
|     height: 300, | ||||
|     top: 0, | ||||
|     left: 0, | ||||
|     thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/pie.png', | ||||
|     html: `<div style="width: 100%;height: 100%;background: #fff;text-align: center;line-height: 300px;font-size: 20px;color: #000;">自定义HTML</div>` | ||||
|   }] | ||||
| } | ||||
| const components = [{ | ||||
|   type: 'chart', label: '图表', list: [...chartTpl, { | ||||
|     label: "多维图", type: "plot", list: [{ | ||||
| @@ -493,204 +508,210 @@ const components = [{ | ||||
|       thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/total.png' | ||||
|     }] | ||||
|   }] | ||||
| }, { | ||||
|   type: 'other', label: '其他', list: [{ | ||||
|     label: '地图', type: 'map', list: [{ | ||||
|       type: 'map', | ||||
|       label: '地图', | ||||
|       display: 'map', | ||||
|       width: 840, | ||||
|       height: 534, | ||||
|       left: 0, | ||||
|       top: 0, | ||||
|       mask: '2', | ||||
|       pulseLines: '1', | ||||
|       mapStyle: "e51987628aee5206d4c9ca8c6e98b4f7", | ||||
|       areaId: '', | ||||
|       zIndex: 1, | ||||
|       apiData: [], | ||||
|       dataType: 'staticData', | ||||
|       dynamicData: [], | ||||
|       staticData: [{ | ||||
|         label: '中卫慧通', lng: 117.1339399, lat: 36.7190487, | ||||
|       }], | ||||
|       api: '', | ||||
|       thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/map.png', | ||||
|       is3dAround: '0', | ||||
|       limitArea: '0', | ||||
|       layers: 'vector' | ||||
|     }, { | ||||
|       type: 'AiDvMap', | ||||
|       label: '地图', | ||||
|       display: 'map', | ||||
|       width: 840, | ||||
|       height: 534, | ||||
|       left: 0, | ||||
|       top: 0, | ||||
|       mask: '2', | ||||
|       pulseLines: '1', | ||||
|       mapStyle: "e51987628aee5206d4c9ca8c6e98b4f7", | ||||
|       areaId: '', | ||||
|       zIndex: 1, | ||||
|       apiData: [], | ||||
|       dataType: 'staticData', | ||||
|       dynamicData: [], | ||||
|       staticData: [{ | ||||
|         label: '中卫慧通', lng: 117.1339399, lat: 36.7190487, | ||||
|       }], | ||||
|       api: '', | ||||
|       thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/map.png', | ||||
|       is3dAround: '0', | ||||
|       limitArea: '0', | ||||
|     }] | ||||
|   }, { | ||||
|     label: '党组织', type: 'partyOrg', list: [{ | ||||
|       type: 'partyOrg', | ||||
|       label: '党组织', | ||||
|       width: 840, | ||||
|       height: 800, | ||||
|       zIndex: 1, | ||||
|       top: 0, | ||||
|       left: 0, | ||||
|       dataX: '', | ||||
|       dataY: [], | ||||
|       title: '党组织', | ||||
|       border: 'border3', | ||||
|       sourceDataId: '', | ||||
|       dataType: 'staticData', | ||||
|       staticData: [{ | ||||
|         key: '个人服务办理', value: 247 | ||||
| }, | ||||
|   { | ||||
|     label: "AI", list: [ | ||||
|       {label: "AI助手", list: [{type: "aiAssist", label: "AI助手", width: 134, height: 140, zIndex: 1, title: "AI助手", thumb: "https://cdn.cunwuyun.cn/dvcp/dv/aiIcon.png"}]} | ||||
|     ] | ||||
|   }, | ||||
|   { | ||||
|     type: 'other', label: '其他', list: [{ | ||||
|       label: '地图', type: 'map', list: [{ | ||||
|         type: 'map', | ||||
|         label: '地图', | ||||
|         display: 'map', | ||||
|         width: 840, | ||||
|         height: 534, | ||||
|         left: 0, | ||||
|         top: 0, | ||||
|         mask: '2', | ||||
|         pulseLines: '1', | ||||
|         mapStyle: "e51987628aee5206d4c9ca8c6e98b4f7", | ||||
|         areaId: '', | ||||
|         zIndex: 1, | ||||
|         apiData: [], | ||||
|         dataType: 'staticData', | ||||
|         dynamicData: [], | ||||
|         staticData: [{ | ||||
|           label: '中卫慧通', lng: 117.1339399, lat: 36.7190487, | ||||
|         }], | ||||
|         api: '', | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/map.png', | ||||
|         is3dAround: '0', | ||||
|         limitArea: '0', | ||||
|         layers: 'vector' | ||||
|       }, { | ||||
|         key: '同比上月', value: 247 | ||||
|       }], | ||||
|       dynamicData: [], | ||||
|       thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/total.png' | ||||
|     }] | ||||
|   }, { | ||||
|     label: '边框', type: 'panel', list: [{ | ||||
|       type: 'panel', | ||||
|       label: '边框', | ||||
|       title: '边框', | ||||
|       border: 'border0', | ||||
|       width: 400, | ||||
|       height: 400, | ||||
|       isZoom: false, | ||||
|       zIndex: 1, | ||||
|       thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/border.png' | ||||
|     }] | ||||
|   }, { | ||||
|     label: '装饰', type: 'display', list: [{ | ||||
|       type: 'display', | ||||
|       label: '装饰', | ||||
|       display: 'display0', | ||||
|       width: 840, | ||||
|       height: 540, | ||||
|       isZoom: false, | ||||
|       zIndex: 1, | ||||
|       title: '标题', | ||||
|       thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/display.png', | ||||
|       sourceDataId: '', | ||||
|       dataType: 'staticData', | ||||
|       staticData: [{ | ||||
|         label: '个人服务办理', value: 247 | ||||
|       }, { | ||||
|         label: '同比上月', value: 247 | ||||
|         type: 'AiDvMap', | ||||
|         label: '地图', | ||||
|         display: 'map', | ||||
|         width: 840, | ||||
|         height: 534, | ||||
|         left: 0, | ||||
|         top: 0, | ||||
|         mask: '2', | ||||
|         pulseLines: '1', | ||||
|         mapStyle: "e51987628aee5206d4c9ca8c6e98b4f7", | ||||
|         areaId: '', | ||||
|         zIndex: 1, | ||||
|         apiData: [], | ||||
|         dataType: 'staticData', | ||||
|         dynamicData: [], | ||||
|         staticData: [{ | ||||
|           label: '中卫慧通', lng: 117.1339399, lat: 36.7190487, | ||||
|         }], | ||||
|         api: '', | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/map.png', | ||||
|         is3dAround: '0', | ||||
|         limitArea: '0', | ||||
|       }] | ||||
|     }] | ||||
|   }, { | ||||
|     label: '轮播图', type: 'swiper', list: [{ | ||||
|       type: 'swiper', | ||||
|       label: '轮播图', | ||||
|       width: 400, | ||||
|       height: 300, | ||||
|       zIndex: 1, | ||||
|       border: 'border2', | ||||
|       dataType: 'staticData', | ||||
|       staticData: [{ | ||||
|         img: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/pie.png', title: '湖羊', content: `歙县众城湖羊养殖专业合作社 | ||||
| 							徐晓红 - 18273645627 | ||||
| 							歙县郑村镇唐跃村碉墅` | ||||
|       }], | ||||
|       thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/swiper.png' | ||||
|     }, { | ||||
|       type: 'swiper', | ||||
|       label: '轮播图(点指示器)', | ||||
|       width: 800, | ||||
|       height: 358, | ||||
|       zIndex: 1, | ||||
|       border: 'border14', | ||||
|       dataType: 'staticData', | ||||
|       staticData: [{ | ||||
|         content: `歙县众城湖羊养殖专业合作社 | ||||
|       label: '党组织', type: 'partyOrg', list: [{ | ||||
|         type: 'partyOrg', | ||||
|         label: '党组织', | ||||
|         width: 840, | ||||
|         height: 800, | ||||
|         zIndex: 1, | ||||
|         top: 0, | ||||
|         left: 0, | ||||
|         dataX: '', | ||||
|         dataY: [], | ||||
|         title: '党组织', | ||||
|         border: 'border3', | ||||
|         sourceDataId: '', | ||||
|         dataType: 'staticData', | ||||
|         staticData: [{ | ||||
|           key: '个人服务办理', value: 247 | ||||
|         }, { | ||||
|           key: '同比上月', value: 247 | ||||
|         }], | ||||
|         dynamicData: [], | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/total.png' | ||||
|       }] | ||||
|     }, { | ||||
|       label: '边框', type: 'panel', list: [{ | ||||
|         type: 'panel', | ||||
|         label: '边框', | ||||
|         title: '边框', | ||||
|         border: 'border0', | ||||
|         width: 400, | ||||
|         height: 400, | ||||
|         isZoom: false, | ||||
|         zIndex: 1, | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/border.png' | ||||
|       }] | ||||
|     }, { | ||||
|       label: '装饰', type: 'display', list: [{ | ||||
|         type: 'display', | ||||
|         label: '装饰', | ||||
|         display: 'display0', | ||||
|         width: 840, | ||||
|         height: 540, | ||||
|         isZoom: false, | ||||
|         zIndex: 1, | ||||
|         title: '标题', | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/display.png', | ||||
|         sourceDataId: '', | ||||
|         dataType: 'staticData', | ||||
|         staticData: [{ | ||||
|           label: '个人服务办理', value: 247 | ||||
|         }, { | ||||
|           label: '同比上月', value: 247 | ||||
|         }] | ||||
|       }] | ||||
|     }, { | ||||
|       label: '轮播图', type: 'swiper', list: [{ | ||||
|         type: 'swiper', | ||||
|         label: '轮播图', | ||||
|         width: 400, | ||||
|         height: 300, | ||||
|         zIndex: 1, | ||||
|         border: 'border2', | ||||
|         dataType: 'staticData', | ||||
|         staticData: [{ | ||||
|           img: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/pie.png', title: '湖羊', content: `歙县众城湖羊养殖专业合作社 | ||||
| 							徐晓红 - 18273645627 | ||||
| 							歙县郑村镇唐跃村碉墅` | ||||
|         }], | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/swiper.png' | ||||
|       }, { | ||||
|         content: `歙县众城湖羊养殖专业合作社 | ||||
|         type: 'swiper', | ||||
|         label: '轮播图(点指示器)', | ||||
|         width: 800, | ||||
|         height: 358, | ||||
|         zIndex: 1, | ||||
|         border: 'border14', | ||||
|         dataType: 'staticData', | ||||
|         staticData: [{ | ||||
|           content: `歙县众城湖羊养殖专业合作社 | ||||
| 							徐晓红 - 18273645627 | ||||
| 							歙县郑村镇唐跃村碉墅` | ||||
|       },], | ||||
|       thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/swiper.png', | ||||
|       dotIndicator: true | ||||
|     }] | ||||
|   }, { | ||||
|     label: '视频播放器', type: 'video', list: [{ | ||||
|       type: 'video', | ||||
|       label: '视频播放器', | ||||
|       width: 400, | ||||
|       height: 300, | ||||
|       zIndex: 1, | ||||
|       src: '', | ||||
|       border: 'border2', | ||||
|       thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/swiper.png' | ||||
|     }] | ||||
|   }, { | ||||
|     label: '数据统计', type: 'summary', list: [{ | ||||
|       type: 'summary', | ||||
|       label: '数据统计', | ||||
|       display: 'summary0', | ||||
|       width: 480, | ||||
|       height: 240, | ||||
|       zIndex: 1, | ||||
|       top: 0, | ||||
|       left: 0, | ||||
|       dataX: '', | ||||
|       dataY: [], | ||||
|       summaryTitle: '', | ||||
|       border: 'border3', | ||||
|       sourceDataId: '', | ||||
|       title: '数据统计', | ||||
|       dataType: 'staticData', | ||||
|       staticData: [{ | ||||
|         key: '个人服务办理', value: 247 | ||||
|       }, { | ||||
|         key: '同比上月', value: 247 | ||||
|       }], | ||||
|       dynamicData: [], | ||||
|       thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/total.png' | ||||
|     }] | ||||
|   }, { | ||||
|     label: '视频监控', type: 'monitor', list: [{ | ||||
|       type: 'monitor', | ||||
|       label: '视频监控', | ||||
|       src: '', | ||||
|       width: 480, | ||||
|       height: 240, | ||||
|       zIndex: 1, | ||||
|       top: 0, | ||||
|       left: 0, | ||||
|       title: '', | ||||
|       moniterId: '', | ||||
|       monitorType: 'cmcc', | ||||
|       api: '/app/appzyvideoequipment/list2', | ||||
|       border: 'border2', | ||||
|       sourceDataId: '', | ||||
|       dataType: 'staticData', | ||||
|       staticData: '', | ||||
|       dynamicData: '', | ||||
|       thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/video.png' | ||||
|     }] | ||||
|         }, { | ||||
|           content: `歙县众城湖羊养殖专业合作社 | ||||
| 							徐晓红 - 18273645627 | ||||
| 							歙县郑村镇唐跃村碉墅` | ||||
|         },], | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/swiper.png', | ||||
|         dotIndicator: true | ||||
|       }] | ||||
|     }, { | ||||
|       label: '视频播放器', type: 'video', list: [{ | ||||
|         type: 'video', | ||||
|         label: '视频播放器', | ||||
|         width: 400, | ||||
|         height: 300, | ||||
|         zIndex: 1, | ||||
|         src: '', | ||||
|         border: 'border2', | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/swiper.png' | ||||
|       }] | ||||
|     }, { | ||||
|       label: '数据统计', type: 'summary', list: [{ | ||||
|         type: 'summary', | ||||
|         label: '数据统计', | ||||
|         display: 'summary0', | ||||
|         width: 480, | ||||
|         height: 240, | ||||
|         zIndex: 1, | ||||
|         top: 0, | ||||
|         left: 0, | ||||
|         dataX: '', | ||||
|         dataY: [], | ||||
|         summaryTitle: '', | ||||
|         border: 'border3', | ||||
|         sourceDataId: '', | ||||
|         title: '数据统计', | ||||
|         dataType: 'staticData', | ||||
|         staticData: [{ | ||||
|           key: '个人服务办理', value: 247 | ||||
|         }, { | ||||
|           key: '同比上月', value: 247 | ||||
|         }], | ||||
|         dynamicData: [], | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/total.png' | ||||
|       }] | ||||
|     }, { | ||||
|       label: '视频监控', type: 'monitor', list: [{ | ||||
|         type: 'monitor', | ||||
|         label: '视频监控', | ||||
|         src: '', | ||||
|         width: 480, | ||||
|         height: 240, | ||||
|         zIndex: 1, | ||||
|         top: 0, | ||||
|         left: 0, | ||||
|         title: '', | ||||
|         moniterId: '', | ||||
|         monitorType: 'cmcc', | ||||
|         api: '/app/appzyvideoequipment/list2', | ||||
|         border: 'border2', | ||||
|         sourceDataId: '', | ||||
|         dataType: 'staticData', | ||||
|         staticData: '', | ||||
|         dynamicData: '', | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/video.png' | ||||
|       }] | ||||
|     }, customHtml] | ||||
|   }] | ||||
| }] | ||||
|  | ||||
| export {components} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user