From 73380a4c081dcde990150b585869a8628e86e49c Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 15 十月 2024 12:45:12 +0800 Subject: [PATCH] # --- zy-acs-flow/src/map/tool.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/zy-acs-flow/src/map/tool.js b/zy-acs-flow/src/map/tool.js index fb8c7f7..32a0124 100644 --- a/zy-acs-flow/src/map/tool.js +++ b/zy-acs-flow/src/map/tool.js @@ -101,7 +101,7 @@ default: break; } - if (sprite) { + if (sprite && deviceType !== DEVICE_TYPE.AGV) { sprite.blendMode = PIXI.BLEND_MODES.MULTIPLY; } return sprite; @@ -474,5 +474,6 @@ agvSprite.rotation = rotationParseNum(direction); mapContainer.addChild(agvSprite); // viewFeature(shuttle, setCurSPrite); // todo + // agv no on sprite } } \ No newline at end of file -- Gitblit v1.9.1