fix : 优化隧道模拟
This commit is contained in:
@@ -392,8 +392,6 @@ function hoverDevEquipmentCallback(targetPointInfo) {
|
||||
devRealtimeDetail.value.equipmentType =typeKey;
|
||||
devRealtimeDetail.value.unit = u;
|
||||
devRealtimeDetail.value.value = 1000; //1000替换为value
|
||||
|
||||
demo.clearTunnelEquipments()
|
||||
}
|
||||
/**
|
||||
* @description: 渲染隧道入口提示板信息
|
||||
@@ -406,7 +404,7 @@ function renderRoadPlane(data) {
|
||||
}
|
||||
|
||||
defineExpose({
|
||||
rerender,
|
||||
rerender,TunnelSceneSimulateRender
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
export function handleLHover(targetPoint) {
|
||||
this.clearTunnelEquipments()
|
||||
if (this.tag3CSS2DObj.element.style.opacity != '1') {
|
||||
// 保存进入状态
|
||||
this._saveState();
|
||||
|
||||
Reference in New Issue
Block a user