From 57c58f09ea772fe06390a03d5ae9c73d6d6d9e56 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 12 十月 2024 10:07:53 +0800
Subject: [PATCH] #

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

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

--
Gitblit v1.9.1