diff --git a/app/pages/index/index.vue b/app/pages/index/index.vue index 84dde4a..4aa1c7a 100644 --- a/app/pages/index/index.vue +++ b/app/pages/index/index.vue @@ -109,7 +109,7 @@
-

公司位置

+

创特物联科技-公司位置

{ console.log('地图实例:', mapInstance) mapStatus.value = '地图加载完成' - // 添加一个标记点 + // 添加主标记点 - 公司位置 if (mapRef.value) { + + + // 添加一个更醒目的主标记点 mapRef.value.addMarker(mapCenter.value, { - title: '当前位置', + title: '创特物联', content: `
创特物联
+ animation: pulse 2s infinite; + "> + + + + +
+ + ` }) }