isdata-customer-sdk 0.1.88 → 0.1.90

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
@@ -29744,7 +29744,7 @@ var querystringify = __webpack_require__(3992);
29744
29744
  ;// ./src/api/request.js
29745
29745
 
29746
29746
 
29747
- let apiContextPath = "";
29747
+ let apiContextPath = window.VITE_SERVICE_BASE_URL || "";
29748
29748
  // const onlineDevelopmentMode = process.env.VUE_APP_ONLINE_DEVELOPMENT_MODE === "true" || process.env.REACT_APP_ONLINE_DEVELOPMENT_MODE === "true"
29749
29749
  // if (process.env.NODE_ENV === "development" && !onlineDevelopmentMode) {
29750
29750
  // document.cookie =