From 4dea82b666afb89121e4628eafc26a4598eabc3b Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 02 十二月 2024 15:35:22 +0800
Subject: [PATCH] #

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

diff --git a/zy-acs-flow/src/map/constants.js b/zy-acs-flow/src/map/constants.js
index 601bd97..8088dcf 100644
--- a/zy-acs-flow/src/map/constants.js
+++ b/zy-acs-flow/src/map/constants.js
@@ -34,12 +34,12 @@
 })
 
 export const DEVICE_SPRITE_TINT = Object.freeze({
-    SHELF: null,
+    SHELF: 0xffffff,
     STATION: null,
     CHARGE: null,
     DIRECTION: null,
 
-    AGV: null,
+    AGV: 0xffffff,
     POINT: 0xCACDCF,
 })
 
@@ -49,8 +49,8 @@
     CHARGE: null,
     DIRECTION: null,
 
-    AGV: null,
-    POINT: 0xf1f2f6,
+    AGV: 0xb2bec3,
+    POINT: 0xdfe6e9,
 })
 
 export const DEVICE_SELECTED_EFFECT_PADDING = Object.freeze({

--
Gitblit v1.9.1