From 3f462a52c730c17080d3c3aa977b6c28fbe34c83 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 12 三月 2024 10:38:36 +0800
Subject: [PATCH] #

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

diff --git a/zy-asrs-flow/src/pages/map/index.jsx b/zy-asrs-flow/src/pages/map/index.jsx
index a8a4e76..96302b9 100644
--- a/zy-asrs-flow/src/pages/map/index.jsx
+++ b/zy-asrs-flow/src/pages/map/index.jsx
@@ -163,6 +163,7 @@
 
     // Add New Device
     const onDrop = (sprite, type, x, y) => {
+        console.log(sprite);
         const { mapX, mapY } = Utils.getRealPosition(x, y, mapContainer);
         sprite.x = mapX;
         sprite.y = mapY;

--
Gitblit v1.9.1