From 6fb170791974cbfa4f7bd46eaa56d2cd1a9f732a Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 19 十月 2024 15:37:03 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/map/insight/index.jsx |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/zy-acs-flow/src/map/insight/index.jsx b/zy-acs-flow/src/map/insight/index.jsx
index be7a97f..6d1237a 100644
--- a/zy-acs-flow/src/map/insight/index.jsx
+++ b/zy-acs-flow/src/map/insight/index.jsx
@@ -8,6 +8,7 @@
 } from '../constants';
 import ShelfInsight from './shelf';
 import AgvInsight from './agv';
+import PointInsight from './point';
 
 const Insight = (props) => {
     const { open, onCancel, sprite, width = PAGE_DRAWER_WIDTH } = props;
@@ -77,6 +78,15 @@
                                             />
                                         </>
                                     )}
+
+                                    {deviceType === DEVICE_TYPE.POINT && (
+                                        <>
+                                            <PointInsight
+                                                sprite={sprite}
+                                                setTitle={setTitle}
+                                            />
+                                        </>
+                                    )}
                                 </CardContent>
                             </Card>
                         </Box>

--
Gitblit v1.9.1