Browse Source

Update cesiumMap.vue

feature
jiangAB 10 hours ago
parent
commit
e5c872493c
  1. 4
      public/map/components/cesiumMap.vue

4
public/map/components/cesiumMap.vue

@ -508,7 +508,7 @@ onMounted(async () => {
...foundShorePower,
storePowerInstance: xelectricalBoxModel,
storePowerId: item.id,
status: item.storePowerStatus == '在⽤' ? 1 : 0
status: item.status === 3
});
}
@ -848,7 +848,7 @@ onMounted(async () => {
return [mainPosition, targetPosition];
}, false),
width: 3,
material: createFlowMaterial(0),
material: createFlowMaterial(entityItem.status),
// 使线
enableDepthTest: true
}

Loading…
Cancel
Save