skcj hace 3 meses
padre
commit
55aa7a7d7d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ruoyi-ui/src/components/AmApN/index.vue

+ 1 - 0
ruoyi-ui/src/components/AmApN/index.vue

@@ -246,6 +246,7 @@ export default {
         this.wllabel.setMap(this.map);
         this.marker.on('moving',  (e) => {
           this.passedPolyline.setPath(e.passedPath);
+
           this.map.setCenter(e.target.getPosition(),true);
           this.wllabel.setPosition(e.target.getPosition());
           this.wllabel.setContent("<div style='border:3px dashed #0925b6; width: 200px;color: blue'>时间:"+ this.lineArrSj[e.index]+"<br/>"+this.lineArrAdree[e.index]+"</div>");