Explorar el Código

删除无用打印

zhangyu hace 4 años
padre
commit
28a15872c7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/views/overview/MapView.vue

+ 0 - 1
src/views/overview/MapView.vue

@@ -77,7 +77,6 @@ export default {
         }
         document.getElementById("bind-canvas").width = document.getElementById("bind-map-content").offsetWidth;
         document.getElementById("bind-canvas").height = document.getElementById("bind-map-content").offsetHeight;
-        console.log("容器宽高+++++++",document.getElementById("bind-map-content").offsetWidth,document.getElementById("bind-map-content").offsetHeight)
         this.init(this.floorid)
       }, 500)
     }, false);