wenhongquan %!s(int64=3) %!d(string=hai) anos
pai
achega
facf8a91b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;