From dffedc9840b413922ada82954b4d9cfb7a28a6ee Mon Sep 17 00:00:00 2001
From: alwayssuper <191763414@qq.com>
Date: Sat, 19 Jul 2025 11:25:24 +0800
Subject: [PATCH] feat: map
---
.env | 3 +-
src/components/Map/index.vue | 253 +++++++++++++++++++++--------------
2 files changed, 152 insertions(+), 104 deletions(-)
diff --git a/.env b/.env
index 5eb9c9dd..741e51ab 100644
--- a/.env
+++ b/.env
@@ -25,5 +25,4 @@ VITE_APP_DEFAULT_LOGIN_USERNAME = admin
VITE_APP_DEFAULT_LOGIN_PASSWORD = admin123
# 高德地图
-VITE_AMAP_KEY='48eb85e0e245e293a0b61474943b177c'
-VITE_AMAP_SECURITY_CODE='86a45878caff8c0c60d88e80a93ddadd'
\ No newline at end of file
+VITE_BAIDU_MAP_KEY = 'efHIw2qmH8RzHPxK0z0rbCgzDVLup9LD'
\ No newline at end of file
diff --git a/src/components/Map/index.vue b/src/components/Map/index.vue
index eda8449c..6cb55d73 100644
--- a/src/components/Map/index.vue
+++ b/src/components/Map/index.vue
@@ -1,12 +1,10 @@
-
-
+
@@ -34,12 +32,12 @@
{{ state.address }}
-
+
+
\ No newline at end of file