#
luxiaotao1123
2024-04-12 5c0622d48c825ca4b75f63dda78d51ed75bc7a2f
zy-asrs-flow/src/pages/map/utils.js
@@ -58,7 +58,7 @@
    TRACK: 3,
    LIFT: 67,
    CHARGE: 5,
    DISABLE: 1,
    DISABLE: -1,
})
export const NOTIFY_TYPE = Object.freeze({
@@ -321,7 +321,7 @@
        return
    }
    const { width, height } = sprite;
    const scale = sprite.scale.x;
    const scale = sprite?.scale.x;
    const sideLen = (Math.max(width, height) + 10) * scale;
    const scaledWidth = sideLen * (1 / scale);
    const scaledHeight = sideLen * (1 / scale);