@@ -364,7 +364,6 @@ export class SPolygonItem extends SGraphItem {
}
// 判断是否有点
if (len.Point) {
- console.log(index,len.Point);
// 点在了多边形的边上
if (len.MinDis <= this.scenceLen) {
this.pointList.splice(index + 1, 0, len.Point);