소스 검색

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

deepsea 8 달 전
부모
커밋
9442bddc73
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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)
             }