This commit is contained in:
qsh
2025-06-06 11:51:04 +08:00
parent b4a5c36fb0
commit 8f4da16e81
11 changed files with 600 additions and 21 deletions

View File

@@ -289,7 +289,7 @@ const defaultLatLng = ref({
function initMap(data) {
AMapLoader.load({
key: '713d839ff505943b0f18e6df45f3b0dc', //设置您的key
key: import.meta.env.VITE_AMAP_KEY, //设置您的key
version: '2.0'
}).then((AMap) => {
aMap.value = AMap