From c1a770f7d71370878bc3d28f5248881b698d7718 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期五, 17 十二月 2021 08:38:46 +0800 Subject: [PATCH] # --- static/js/object/CrnTask.js | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/static/js/object/CrnTask.js b/static/js/object/CrnTask.js index d42e511..d04d8ea 100644 --- a/static/js/object/CrnTask.js +++ b/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': -- Gitblit v1.9.1