isdata-customer-sdk 0.1.89 → 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.
@@ -29734,7 +29734,7 @@ var querystringify = __webpack_require__(3992);
29734
29734
  ;// ./src/api/request.js
29735
29735
 
29736
29736
 
29737
- let apiContextPath = /* unsupported import.meta.env.VITE_SERVICE_BASE_URL */ undefined.VITE_SERVICE_BASE_URL;
29737
+ let apiContextPath = window.VITE_SERVICE_BASE_URL || "";
29738
29738
  // const onlineDevelopmentMode = process.env.VUE_APP_ONLINE_DEVELOPMENT_MODE === "true" || process.env.REACT_APP_ONLINE_DEVELOPMENT_MODE === "true"
29739
29739
  // if (process.env.NODE_ENV === "development" && !onlineDevelopmentMode) {
29740
29740
  // document.cookie =