From a561c91ea99f11f2720e13dbe25b2eb32770bf8e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 14 八月 2024 11:21:55 +0800
Subject: [PATCH] #

---
 src/store/index.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/store/index.js b/src/store/index.js
index adcceb6..8e120b7 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -4,7 +4,10 @@
 const store = proxy(
     {
         text: 'Hello World',
-        shelf: {},
+        shelfList: {},
+        autoCruise: false,
+        lookAt: { x: 0, y: 0, z: 0 },
+        cruiseAgvNo: '2',
     }
 );
 

--
Gitblit v1.9.1