From 6d9ca1c086859b6a6f0fd931c4b9f44c0d9e5969 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 14 十月 2024 14:28:56 +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