From 354ed76a40a54cf8d83b8bbd06ce642b3934905c Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 29 四月 2024 14:09:41 +0800
Subject: [PATCH] #

---
 src/components/agv.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/agv.jsx b/src/components/agv.jsx
index bb7e222..e63648d 100644
--- a/src/components/agv.jsx
+++ b/src/components/agv.jsx
@@ -8,7 +8,7 @@
 import { INTERVAL_TIME, MODEL_AGV_SCALE } from '@/config/setting'
 
 const Agv = (props) => {
-    const { position, theta, height, loaderTheta, forkLength, trayList, hasBox } = props;
+    const { agvNo, position, theta, height, loaderTheta, forkLength, trayList, hasBox } = props;
 
     const [groupPos, setGroupPos] = useState({ x: 0, y: 0, z: 0 });
     const [groupTheta, setGroupTheta] = useState(0);

--
Gitblit v1.9.1