@zkwq/business 0.1.46 → 0.1.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.min.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28605,7 +28605,7 @@ const Ce = {
|
|
|
28605
28605
|
let i = new FormData();
|
|
28606
28606
|
if (t instanceof Array)
|
|
28607
28607
|
for (var n in t)
|
|
28608
|
-
i.append(n.key, n.value);
|
|
28608
|
+
i.append(t[n].key, t[n].value);
|
|
28609
28609
|
else
|
|
28610
28610
|
for (var a in t)
|
|
28611
28611
|
i.append(a, t[a]);
|