@alipay/ams-checkout 0.0.1730706734-dev.1 → 0.0.1730706734-dev.2
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.
@@ -500,7 +500,7 @@ export var ElementComponent = /*#__PURE__*/function () {
|
|
500
500
|
key: "createIframeSrc",
|
501
501
|
value: function createIframeSrc() {
|
502
502
|
var env = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ELEMENT_ENVIRONMENT.DEV;
|
503
|
-
var version = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '1.24.
|
503
|
+
var version = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '1.24.0';
|
504
504
|
var baseUrl = _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, ELEMENT_ENVIRONMENT.DEV, 'http://dev.page.alipay.net/page/antom-web-checkout-v2'), ELEMENT_ENVIRONMENT.TEST, 'http://page.test.alipay.net/page/antom-web-checkout-v2'), ELEMENT_ENVIRONMENT.PRE, 'https://cdn-pre.marmot-cloud.com/page/antom-web-checkout-v2'), ELEMENT_ENVIRONMENT.PROD, 'https://checkout.antom.com');
|
505
505
|
var _env = (env === null || env === void 0 ? void 0 : env.toLocaleUpperCase()) || ELEMENT_ENVIRONMENT.DEV;
|
506
506
|
return {
|