From 89cedddd592ce7544c9eb681bf56f734c776b3d3 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期一, 16 六月 2025 13:48:00 +0800
Subject: [PATCH] 新项目

---
 public/bigMap4.png                     |    0 
 src/views/bigScreen/components/map.vue |    3 ---
 2 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/public/bigMap4.png b/public/bigMap4.png
new file mode 100644
index 0000000..32bfa54
--- /dev/null
+++ b/public/bigMap4.png
Binary files differ
diff --git a/src/views/bigScreen/components/map.vue b/src/views/bigScreen/components/map.vue
index 5cfd0e1..6b92961 100644
--- a/src/views/bigScreen/components/map.vue
+++ b/src/views/bigScreen/components/map.vue
@@ -1,8 +1,5 @@
 <template>
   <baidu-map class="bigMap" ref="map" ak="Z4tYehNEVsdeMw3Mjspdn77pV50ffc8t" v="3.0" type="API" :scroll-wheel-zoom="true" :center="{lng: 85.126263, lat: 45.603813}" :zoom="17" map-type="BMAP_SATELLITE_MAP" @ready="initMap">
-<!--    <bm-polygon :path="polygonPath1" stroke-color="blue" fillColor="blue" :fillOpacity="1" :stroke-weight="2"/>-->
-<!--    <bm-polygon :path="polygonPath2" stroke-color="red" fillColor="red" :fillOpacity="1" :stroke-weight="2"/>-->
-<!--    <bm-overlay pane="mapPane" class="bg-pic" @draw="initMap">-->
       <bm-ground class="picBg" :bounds="{ne: {lng: 85.129048, lat: 45.605790}, sw:{lng: 85.122984, lat: 45.592812}}" imageURL="/bigMap2.png" opacity="1" :displayOnMaxLevel="18" :zIndex="1"></bm-ground>
 <!--    </bm-overlay>-->
     <bm-overlay pane="mapPane" class="polys" @draw="initMap">

--
Gitblit v1.9.2