diff --git a/src/components/MapboxMaps/MapComponent.vue b/src/components/MapboxMaps/MapComponent.vue index c91f762d..f280a061 100644 --- a/src/components/MapboxMaps/MapComponent.vue +++ b/src/components/MapboxMaps/MapComponent.vue @@ -1286,7 +1286,6 @@ // 根据图片名检索标签 let currentIndex = null; imageList.value?.forEach((item,index)=>{ - console.log("filePath123",item.filePath,fileName); if(item.filePath?.match(fileName)){ currentIndex = index; } diff --git a/src/views/demo/tiankongdi/curbspotcity/MapList/ShowInfoModal/index.vue b/src/views/demo/tiankongdi/curbspotcity/MapList/ShowInfoModal/index.vue index 29eacfef..ce77917b 100644 --- a/src/views/demo/tiankongdi/curbspotcity/MapList/ShowInfoModal/index.vue +++ b/src/views/demo/tiankongdi/curbspotcity/MapList/ShowInfoModal/index.vue @@ -152,6 +152,7 @@