feat: 更新不接单状态图标,调整充电和载货状态为0,以优化机器人状态显示逻辑
This commit is contained in:
parent
ac3b380f31
commit
7ffd5623f0
Binary file not shown.
Before Width: | Height: | Size: 888 B After Width: | Height: | Size: 769 B |
@ -108,8 +108,8 @@ const monitorScene = async () => {
|
||||
path: points,
|
||||
isWaring,
|
||||
isFault,
|
||||
isCharging = 1,
|
||||
isCarrying = 1,
|
||||
isCharging = 0,
|
||||
isCarrying = 0,
|
||||
isNotAcceptingOrders = 1,
|
||||
...rest
|
||||
} = data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user