From 62022ea96c5d3e36eadd9177b16031b5b1e4f085 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 30 四月 2024 12:58:35 +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