From 28bfbc242c6d3ae93695d883d47b5ad0c1601bda Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Wed, 29 Oct 2025 16:07:23 +0800 Subject: [PATCH] v1.1 --- app/pages/index/index.vue | 40 +++++++++++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 10 deletions(-) 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; + "> + + + + +
+ + ` }) }