This commit is contained in:
Taric Xin
2022-03-07 17:30:21 +08:00
parent ef1f8e98e7
commit 7cfa2cc415
4 changed files with 7 additions and 8 deletions

View File

@ -45,13 +45,11 @@ export class AmapPathSimplifierComponent implements OnInit, OnChanges {
];
this.setData(this.pathList);
this.setPathIndex(this.selectedIndex);
console.log(this.MapList);
}
}
ngOnInit(): void {
this.mapInit();
console.log(this.MapList);
// this.DataInit();
}
ngOnDestroy(): void {
if (this.aMap) {