Commit 0a5d058036155bb08ee136eca2e19aa0d659b2e5
1 parent
4b1cf8f0
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/static/real_control_v2/alone_page/map/alone_wrap.html
| ... | ... | @@ -96,10 +96,10 @@ |
| 96 | 96 | </body> |
| 97 | 97 | <script> |
| 98 | 98 | (function () { |
| 99 | + gb_data_gps.fixedTimeRefresh(); | |
| 99 | 100 | //嵌入地图页面 |
| 100 | 101 | $('.main-container').load('/real_control_v2/mapmonitor/real.html', function () { |
| 101 | 102 | $('.map-system-msg.flex-left').remove(); |
| 102 | - gb_data_gps.fixedTimeRefresh(); | |
| 103 | 103 | }); |
| 104 | 104 | })(); |
| 105 | 105 | </script> | ... | ... |