#
vincentlu
2025-12-15 8b093ec56bd4e5e721bf48ca497efc819691b2bc
zy-acs-flow/src/map/constants.js
@@ -80,6 +80,8 @@
    AGV: 0x74b9ff,
    POINT: 0xC9E6DA,
    AREA: 0x2c7ac3,
})
export const AGV_STATUS_MODE = Object.freeze({
@@ -95,4 +97,4 @@
    OUT_OF_ORDER: 0,
    ORDER: 1,
    REVERSE_ORDER: 2,
})
})