Commit 1c9476a85bdda4832ad48faad4cf6f89a83312ca
1 parent
ce97f723
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/static/real_control_v2/mapmonitor/fragments/playback_v2/main.html
| @@ -1021,7 +1021,7 @@ | @@ -1021,7 +1021,7 @@ | ||
| 1021 | //从localStorage 获取路段 | 1021 | //从localStorage 获取路段 |
| 1022 | routes = JSON.parse(storage.getItem(lineCode + '_route')); | 1022 | routes = JSON.parse(storage.getItem(lineCode + '_route')); |
| 1023 | routes = [routes.up_bd, routes.down_bd]; | 1023 | routes = [routes.up_bd, routes.down_bd]; |
| 1024 | - switchPolyline(lineCode, updown); | 1024 | + switchPolyline(updown); |
| 1025 | }; | 1025 | }; |
| 1026 | return { | 1026 | return { |
| 1027 | initData: initData, | 1027 | initData: initData, |