Browse Source

修改路线

Caner 2 years ago
parent
commit
846f29e616
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/map/map.vue

+ 1 - 0
src/components/map/map.vue

@@ -77,6 +77,7 @@ function checkBoxsChange(params:number[], mate:{actionType:string, value:number}
 onMounted(() => {
   mapService._initMap(props.zoom)
   mapService._initMarks(props.Item.key, props.Item.contrlSelect.checked)
+  if (props.Item.key === 'homePage') mapService.getLines()
 })
 
 // 车位置更新