1
0
This commit is contained in:
2025-12-19 17:37:31 +08:00
parent 53cf5bd945
commit 7a11e4472b
10 changed files with 16 additions and 30 deletions

View File

@@ -160,7 +160,7 @@
<div class="details">
<h3>航运产品</h3>
<p> 依托“1+3+N”核心架构构建数字化协同引擎驱动航运全链路降本增效。 </p>
<a href="product_port.html" class="read-more" target="_parent">了解更多</a>
<a href="product_shipping.html" class="read-more" target="_parent">了解更多</a>
</div>
</div>
</div>
@@ -1118,7 +1118,7 @@
const intersects = raycaster.intersectObjects(highlightMeshes, false);
if (intersects.length > 0) {
applyHoverState(intersects[0].object);
showTooltip(event);
// showTooltip(event);
} else {
clearHoverState();
hideTooltip();