iv-npm 1.2.43 → 1.2.44
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/package.json
CHANGED
|
@@ -4671,7 +4671,7 @@ var script$7 = /*#__PURE__*/vue.defineComponent({
|
|
|
4671
4671
|
file = _ref2.file;
|
|
4672
4672
|
formData = new FormData();
|
|
4673
4673
|
formData.append("file", file);
|
|
4674
|
-
API_OPTION.uploadContract.option.headers['Content-Type']
|
|
4674
|
+
delete API_OPTION.uploadContract.option.headers['Content-Type'];
|
|
4675
4675
|
console.log(formData.get('file'), '---------------------formData');
|
|
4676
4676
|
console.log(assign({
|
|
4677
4677
|
body: formData !== null && formData !== void 0 ? formData : null
|
|
@@ -4667,7 +4667,7 @@ var script$7 = /*#__PURE__*/defineComponent({
|
|
|
4667
4667
|
file = _ref2.file;
|
|
4668
4668
|
formData = new FormData();
|
|
4669
4669
|
formData.append("file", file);
|
|
4670
|
-
API_OPTION.uploadContract.option.headers['Content-Type']
|
|
4670
|
+
delete API_OPTION.uploadContract.option.headers['Content-Type'];
|
|
4671
4671
|
console.log(formData.get('file'), '---------------------formData');
|
|
4672
4672
|
console.log(assign({
|
|
4673
4673
|
body: formData !== null && formData !== void 0 ? formData : null
|
|
@@ -4671,7 +4671,7 @@
|
|
|
4671
4671
|
file = _ref2.file;
|
|
4672
4672
|
formData = new FormData();
|
|
4673
4673
|
formData.append("file", file);
|
|
4674
|
-
API_OPTION.uploadContract.option.headers['Content-Type']
|
|
4674
|
+
delete API_OPTION.uploadContract.option.headers['Content-Type'];
|
|
4675
4675
|
console.log(formData.get('file'), '---------------------formData');
|
|
4676
4676
|
console.log(assign({
|
|
4677
4677
|
body: formData !== null && formData !== void 0 ? formData : null
|