Browse Source

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

deepsea 8 months ago
parent
commit
9442bddc73
1 changed files with 3 additions and 3 deletions
  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)
             }