From 6103cc397dac3fe032ffc5a1707daeadba6bf19e Mon Sep 17 00:00:00 2001 From: lixg Date: Sat, 17 Dec 2022 13:48:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/roadmap/PathDetails.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/roadmap/PathDetails.vue b/src/views/roadmap/PathDetails.vue index 56e0095..babe3ef 100644 --- a/src/views/roadmap/PathDetails.vue +++ b/src/views/roadmap/PathDetails.vue @@ -431,6 +431,7 @@ function toFinish(d, sName) { }, }); } else if (typeof types.value.path[d.type] === "function") { + console.log("ddddddd", d); types.value.path[d.type](d); // console.log("types.value.path[d.type](d)", d); }