From 1c0347c32b3f20c9eb4b482b1535ff8a1e9518c3 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 23 四月 2024 11:18:48 +0800
Subject: [PATCH] #

---
 src/assets/data/agv.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/assets/data/agv.js b/src/assets/data/agv.js
index e0f7d60..affd012 100644
--- a/src/assets/data/agv.js
+++ b/src/assets/data/agv.js
@@ -27,7 +27,7 @@
         {
             no: 1,
             position: [100, 0, 0],
-            theta: 90,
+            theta: 270,
             height: 100,
             loaderTheta: 180,
             forkLength: 0,
@@ -40,7 +40,7 @@
             no: 1,
             position: [100, 0, 200],
             theta: 90,
-            height: 100,
+            height: 200,
             loaderTheta: 180,
             forkLength: 0,
             trayList: [],
@@ -52,7 +52,7 @@
             no: 1,
             position: [100, 0, 300],
             theta: 90,
-            height: 100,
+            height: 300,
             loaderTheta: 180,
             forkLength: 0,
             trayList: [],
@@ -62,9 +62,9 @@
     [
         {
             no: 1,
-            position: [100, 0, 300],
+            position: [100, 0, 400],
             theta: 90,
-            height: 100,
+            height: 400,
             loaderTheta: 180,
             forkLength: 0,
             trayList: [],

--
Gitblit v1.9.1