#
luxiaotao1123
2024-12-02 545a514c25c791b9f0354cd2e49c09b5d75a029f
zy-acs-flow/src/map/tool.js
@@ -1,6 +1,7 @@
import * as PIXI from 'pixi.js';
import * as TWEEDLE from 'tweedle.js';
import {
    MAP_DEFAULT_ROTATION,
    DEVICE_TYPE,
    DEVICE_Z_INDEX,
    AGV_STATUS_MODE,
@@ -695,7 +696,7 @@
        agvSprite.updateTextRotation = () => {
            if (agvText && agvSprite) {
                agvText.rotation = -agvSprite.rotation;
                agvText.rotation = -agvSprite.rotation - rotationParseNum(MAP_DEFAULT_ROTATION);
            }
        };
        agvSprite.updateTextRotation();
@@ -719,7 +720,7 @@
    if (error) {
        agvSprite.tint = 0xff3f34;
    } else {
        agvSprite.tint = 0xffffff;
        agvSprite.tint = 0xffffff;
    }
    beInsight(agvSprite, setCurSprite);