dfws-ve-taro-request 0.1.3 → 0.1.4

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.umd.js CHANGED
@@ -6822,7 +6822,7 @@
6822
6822
  data.status = 0;
6823
6823
  return data;
6824
6824
  }
6825
- if (typeof data.status == 'undefined') {
6825
+ if (typeof data.status == 'undefined' && !response.header['Content-Type'].includes('text/html')) {
6826
6826
  data.status = 1;
6827
6827
  data.errMsg = "";
6828
6828
  }