#
luxiaotao1123
2021-12-17 c1a770f7d71370878bc3d28f5248881b698d7718
static/js/object/CrnTask.js
@@ -134,14 +134,12 @@
                    ])
                })
            }
            curves.map((value, index) => {
                console.log(value.part + " --> " + JSON.stringify(value.route.points))
            });
            curves[0].start = true;
            console.log(curves);
            // new Route();    // load
            // console.log(that.curve);
            // console.log("pre" + JSON.stringify(that.prePosition));
            // console.log(JSON.stringify(that.position));
        }
    }
@@ -161,7 +159,6 @@
                        }
                    } else {
                        let point = curves[i].route.getPoint(curves[i].progress);
                        console.log(point)
                        if ( point && point.x ) {
                            switch (curves[i].part) {
                                case 'body':