From 65a05ec188085154d28b8c6186b745ae2e02278a Mon Sep 17 00:00:00 2001 From: iapyang Date: Tue, 2 Mar 2021 14:58:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=89=93=E5=8C=85?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/fix/fix.compact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/fix/fix.compact.js b/dist/fix/fix.compact.js index affb9a10b..727a884b3 100644 --- a/dist/fix/fix.compact.js +++ b/dist/fix/fix.compact.js @@ -207,7 +207,7 @@ function traverse (parent, path) { BI.each(parent, function (i, child) { - const childPath = path.concat(i); + var childPath = path.concat(i); if (BI.isArray(child)) { traverse(child, childPath); } else if (BI.isPlainObject(child)) {