Sfoglia il codice sorgente

Merge branch 'master' of http://121.42.8.157:13000/zengminguo/D-MAP

deepsea 8 mesi fa
parent
commit
9442bddc73
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      src/uwb-sample.js

+ 3 - 3
src/uwb-sample.js

@@ -498,9 +498,9 @@ function getsqlData(sdkInstance, uwbInstance, bAddModel) {
                   }
                   console.log('benchPosList',window.benchPosList)
                   window.showBenchPos(window.benchPosList);
-                  setInterval(()=>{
-                    getsqlDataRealTime();
-                  },60*1000)
+                  //setInterval(()=>{
+                  //  getsqlDataRealTime();
+                  //},60*1000)
                 }
               }, 2 * 1000)
             }