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 @@ - - + + \ No newline at end of file