@alipay/ams-checkout 0.0.1723203704-dev.1 → 0.0.1723203704-dev.3

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.
@@ -464,8 +464,9 @@ var ComponentApp = /*#__PURE__*/function () {
464
464
  extendInfo: extendInfo,
465
465
  mid: mid
466
466
  });
467
+ console.log(this.appDomain, 'this.appDomainthis.appDomain');
467
468
  // TODO: 暂时写死本地调试
468
- this.appDomain = 'http://30.98.176.105:5173';
469
+ this.appDomain = 'http://page.alipay.net';
469
470
  this.app = createIframe(this.AMSSDK.options.mode, this.platform);
470
471
  // const hostSign = (renderParams?.sessionData || '').split('&&')[1] || '';
471
472
  var _getIframeUrl2 = getIframeUrl({
@@ -484,8 +485,9 @@ var ComponentApp = /*#__PURE__*/function () {
484
485
  }),
485
486
  path = _getIframeUrl2.path,
486
487
  locationSearch = _getIframeUrl2.locationSearch;
488
+ console.log(path, 'this.appDomainthis.appDomain');
487
489
  // TODO: 暂时写死本地调试
488
- path = 'http://30.98.176.105:5173/address/src/pages/address/index.html';
490
+ path = 'http://page.alipay.net/page/antom-web-checkout-v2/element-address/1.20.0/pages/address/index.html';
489
491
  this._appLocationSearch = locationSearch;
490
492
  // locationSearch 是一个序列化好的字符串
491
493
  // 先判断path 是否有QueryParams,如果有需要扩展,否则直接拼?xx=xx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1723203704-dev.1",
3
+ "version": "0.0.1723203704-dev.3",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",