From c7140e8e3f979b212be1f7006bf1415a1ad4595b Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 14 十月 2024 16:17:25 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/map/constants.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/zy-acs-flow/src/map/constants.js b/zy-acs-flow/src/map/constants.js
index f576428..2256db6 100644
--- a/zy-acs-flow/src/map/constants.js
+++ b/zy-acs-flow/src/map/constants.js
@@ -9,17 +9,19 @@
 export const DEVICE_TYPE = Object.freeze({
     SHELF: "SHELF",
     STATION: 'STATION',
-    AGV: "AGV",
     CHARGE: 'CHARGE',
     DIRECTION: 'DIRECTION',
+
+    AGV: "AGV",
     POINT: "POINT",
 })
 
 export const DEVICE_Z_INDEX = Object.freeze({
     SHELF: 1,
     STATION: 1,
-    AGV: 2,
     CHARGE: 1,
     DIRECTION: 1,
+
+    AGV: 2,
     POINT: 2,
 })

--
Gitblit v1.9.1