zhangyu vor 5 Jahren
Ursprung
Commit
af9663efc7
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      saga-web-big/src/items/SPolygonItem.ts

+ 0 - 1
saga-web-big/src/items/SPolygonItem.ts

@@ -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);