Commit 0a5d058036155bb08ee136eca2e19aa0d659b2e5

Authored by 潘钊
1 parent 4b1cf8f0

update...

src/main/resources/static/real_control_v2/alone_page/map/alone_wrap.html
@@ -96,10 +96,10 @@ @@ -96,10 +96,10 @@
96 </body> 96 </body>
97 <script> 97 <script>
98 (function () { 98 (function () {
  99 + gb_data_gps.fixedTimeRefresh();
99 //嵌入地图页面 100 //嵌入地图页面
100 $('.main-container').load('/real_control_v2/mapmonitor/real.html', function () { 101 $('.main-container').load('/real_control_v2/mapmonitor/real.html', function () {
101 $('.map-system-msg.flex-left').remove(); 102 $('.map-system-msg.flex-left').remove();
102 - gb_data_gps.fixedTimeRefresh();  
103 }); 103 });
104 })(); 104 })();
105 </script> 105 </script>