wenhongquan пре 3 година
родитељ
комит
facf8a91b1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/components/MarkerMap/index.tsx

+ 1 - 1
src/components/MarkerMap/index.tsx

@@ -932,7 +932,7 @@ export default defineComponent({
 
         return [x<118?118:x, y>35?35:y<30?30:y];
       }, []);
-      console.log(leftTop)
+      // console.log(leftTop)
 
       const rightBottom = locations.reduce((carry, next) => {
         if (carry.length === 0) return next;