Commit 4b1cf8f0c4104c461bfe4fccaed95e948a512595
1 parent
43a47fb4
update...
Showing
3 changed files
with
5 additions
and
5 deletions
src/main/resources/fatso/handle_real_ctl.js
| ... | ... | @@ -25,7 +25,7 @@ var pName = 'bsth_control' |
| 25 | 25 | |
| 26 | 26 | var mainFile = dest + _static + sp + 'real_control_v2'+sp+'main.html'; |
| 27 | 27 | var aloneMapWrapFile = dest + _static + sp + 'real_control_v2'+sp+'alone_page'+sp+'map'+sp+'alone_wrap.html'; |
| 28 | -var aloneHomeWrapFile = dest + _static + sp + 'real_control_v2'+sp+'alone_page'+sp+'home'+sp+'alone_wrap.html'; | |
| 28 | +var aloneHomeWrapFile = dest + _static + sp + 'real_control_v2'+sp+'alone_page'+sp+'home'+sp+'home_wrap.html'; | |
| 29 | 29 | var mapFile = dest + _static + sp + 'real_control_v2'+sp+'mapmonitor'+sp+'real.html'; |
| 30 | 30 | var realCtl = { |
| 31 | 31 | /** | ... | ... |
src/main/resources/static/real_control_v2/alone_page/home/home_wrap.html
src/main/resources/static/real_control_v2/alone_page/map/alone_wrap.html
| ... | ... | @@ -92,15 +92,15 @@ |
| 92 | 92 | <script src="/real_control_v2/js/utils/ct_table.js" merge="custom_js"></script> |
| 93 | 93 | <!-- jquery.serializejson JSON序列化插件 --> |
| 94 | 94 | <script src="/assets/plugins/jquery.serializejson.js" merge="uikit_js"></script> |
| 95 | + | |
| 96 | +</body> | |
| 95 | 97 | <script> |
| 96 | 98 | (function () { |
| 97 | - gb_data_gps.fixedTimeRefresh(); | |
| 98 | 99 | //嵌入地图页面 |
| 99 | 100 | $('.main-container').load('/real_control_v2/mapmonitor/real.html', function () { |
| 100 | 101 | $('.map-system-msg.flex-left').remove(); |
| 102 | + gb_data_gps.fixedTimeRefresh(); | |
| 101 | 103 | }); |
| 102 | 104 | })(); |
| 103 | 105 | </script> |
| 104 | -</body> | |
| 105 | - | |
| 106 | 106 | </html> | ... | ... |