Browse Source

删除无用打印

zhangyu 4 years ago
parent
commit
28a15872c7
1 changed files with 0 additions and 1 deletions
  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);