Browse Source

Update cesiumMap.vue

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

Loading…
Cancel
Save