Browse Source

删除无用打印

zhangyu 4 năm trước cách đây
mục cha
commit
28a15872c7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);