deepsea před 1 rokem
rodič
revize
4d616392e6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/ordinaryPage/index.vue

+ 1 - 1
src/views/ordinaryPage/index.vue

@@ -879,7 +879,7 @@ export default {
     let style = getComputedStyle(mapDom);
     let width = parseFloat(style.width);
     let height = parseFloat(style.height);
-    uwbMain(width, height, "floorplan");
+    // uwbMain(width, height, "floorplan");
     //this.getBenchList();
     console.log(this.benchList, "benchList");
     this.tabs[0].list = this.benchList;