cms-chenhj-ui 2.0.4 → 2.0.6
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/cms-chenhj-ui.common.js +533 -376
- package/cms-chenhj-ui.common.js.map +1 -1
- package/cms-chenhj-ui.css +1 -1
- package/cms-chenhj-ui.umd.js +600 -443
- package/cms-chenhj-ui.umd.js.map +1 -1
- package/cms-chenhj-ui.umd.min.js +2 -2
- package/cms-chenhj-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
package/cms-chenhj-ui.umd.js
CHANGED
|
@@ -19379,6 +19379,166 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
19379
19379
|
|
|
19380
19380
|
/***/ }),
|
|
19381
19381
|
|
|
19382
|
+
/***/ 1736:
|
|
19383
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
19384
|
+
|
|
19385
|
+
"use strict";
|
|
19386
|
+
// ESM COMPAT FLAG
|
|
19387
|
+
__webpack_require__.r(__webpack_exports__);
|
|
19388
|
+
|
|
19389
|
+
// EXPORTS
|
|
19390
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
19391
|
+
"default": function() { return /* binding */ View; }
|
|
19392
|
+
});
|
|
19393
|
+
|
|
19394
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-dynamic-comp/View.vue?vue&type=template&id=f2f8be46&scoped=true
|
|
19395
|
+
var render = function render() {
|
|
19396
|
+
var _vm = this,
|
|
19397
|
+
_c = _vm._self._c;
|
|
19398
|
+
return _c('BaseComp', _vm._b({
|
|
19399
|
+
attrs: {
|
|
19400
|
+
"data": _vm.data,
|
|
19401
|
+
"nowCompId": _vm.nowCompId,
|
|
19402
|
+
"isOpcacity": _vm.isOpcacity,
|
|
19403
|
+
"lang": _vm.lang
|
|
19404
|
+
},
|
|
19405
|
+
on: {
|
|
19406
|
+
"getConfigData": _vm.getConfigData
|
|
19407
|
+
}
|
|
19408
|
+
}, 'BaseComp', _vm.$attrs, false), [!_vm.showWujie ? _c('div', [_vm._v("配置后才会展示内容")]) : _vm._e(), _vm.showWujie && _vm.wujieCompUrl ? _c('WujieVue', {
|
|
19409
|
+
key: _vm.data.componentId,
|
|
19410
|
+
attrs: {
|
|
19411
|
+
"name": `cmsacive${_vm.data.componentId}`,
|
|
19412
|
+
"url": _vm.wujieCompUrl,
|
|
19413
|
+
"props": {
|
|
19414
|
+
data: _vm.propsdata5
|
|
19415
|
+
}
|
|
19416
|
+
}
|
|
19417
|
+
}) : _vm._e()], 1);
|
|
19418
|
+
};
|
|
19419
|
+
var staticRenderFns = [];
|
|
19420
|
+
|
|
19421
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 3 modules
|
|
19422
|
+
var baseComp = __webpack_require__(2950);
|
|
19423
|
+
// EXTERNAL MODULE: ./package/patch.js + 1 modules
|
|
19424
|
+
var patch = __webpack_require__(7890);
|
|
19425
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-dynamic-comp/View.vue?vue&type=script&lang=js
|
|
19426
|
+
|
|
19427
|
+
|
|
19428
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
19429
|
+
name: "cms-via-storedValueCard",
|
|
19430
|
+
components: {
|
|
19431
|
+
BaseComp: baseComp/* default */.A
|
|
19432
|
+
},
|
|
19433
|
+
props: {
|
|
19434
|
+
data: {
|
|
19435
|
+
type: Object,
|
|
19436
|
+
default: () => {
|
|
19437
|
+
return {};
|
|
19438
|
+
}
|
|
19439
|
+
},
|
|
19440
|
+
nowCompId: {
|
|
19441
|
+
type: [String, Number],
|
|
19442
|
+
default: ""
|
|
19443
|
+
},
|
|
19444
|
+
isOpcacity: {
|
|
19445
|
+
type: Boolean,
|
|
19446
|
+
default: true
|
|
19447
|
+
},
|
|
19448
|
+
lang: {
|
|
19449
|
+
type: String,
|
|
19450
|
+
default: ""
|
|
19451
|
+
}
|
|
19452
|
+
},
|
|
19453
|
+
data() {
|
|
19454
|
+
return {
|
|
19455
|
+
wujieCompUrl: "",
|
|
19456
|
+
propsdata5: {},
|
|
19457
|
+
showWujie: false,
|
|
19458
|
+
compBaseUrl: this.$route.query.envId == 4 ? "https://omniapi.hk.chinamobile.com" : "https://omniapi-uat.hk.chinamobile.com",
|
|
19459
|
+
componentUrl: "",
|
|
19460
|
+
componentId: "",
|
|
19461
|
+
viaCompInstId: ""
|
|
19462
|
+
};
|
|
19463
|
+
},
|
|
19464
|
+
async mounted() {
|
|
19465
|
+
if (!this.$EventBus) {
|
|
19466
|
+
if (["https://omniapi.hk.chinamobile.com", "https://www.hk.chinamobile.com"].includes(window.location.origin)) {
|
|
19467
|
+
this.compBaseUrl = "https://omniapi.hk.chinamobile.com";
|
|
19468
|
+
} else {
|
|
19469
|
+
this.compBaseUrl = "https://omniapi-uat.hk.chinamobile.com";
|
|
19470
|
+
}
|
|
19471
|
+
}
|
|
19472
|
+
this.getUrl(this.lang);
|
|
19473
|
+
},
|
|
19474
|
+
created() {},
|
|
19475
|
+
methods: {
|
|
19476
|
+
getConfigData() {
|
|
19477
|
+
const wujieConfig = this.data.wujieConfig;
|
|
19478
|
+
this.componentUrl = wujieConfig.componentUrl;
|
|
19479
|
+
this.componentId = wujieConfig.componentId;
|
|
19480
|
+
this.viaCompInstId = wujieConfig.viaCompInstId;
|
|
19481
|
+
this.getUrl(this.lang);
|
|
19482
|
+
if (this.componentId) {
|
|
19483
|
+
setTimeout(() => {
|
|
19484
|
+
this.showWujie = true;
|
|
19485
|
+
});
|
|
19486
|
+
}
|
|
19487
|
+
},
|
|
19488
|
+
wujieFetchMx(url, options) {
|
|
19489
|
+
return window.fetch(url, {
|
|
19490
|
+
...options,
|
|
19491
|
+
credentials: "include"
|
|
19492
|
+
});
|
|
19493
|
+
},
|
|
19494
|
+
getUrl(lang) {
|
|
19495
|
+
const langMap = {
|
|
19496
|
+
"zh-CN": "sc",
|
|
19497
|
+
"zh-HK": "tc",
|
|
19498
|
+
"en-US": "en"
|
|
19499
|
+
};
|
|
19500
|
+
const langTag = this.$EventBus ? "tc" : langMap[lang];
|
|
19501
|
+
const curCompUrl = this.componentUrl.replace("langTag", langTag);
|
|
19502
|
+
this.wujieCompUrl = `${this.compBaseUrl}${curCompUrl}`;
|
|
19503
|
+
console.log("wujieCompUrl", this.wujieCompUrl);
|
|
19504
|
+
this.propsdata5 = {
|
|
19505
|
+
orgId: sessionStorage.getItem("orgId") || "",
|
|
19506
|
+
staffId: sessionStorage.getItem("staffId") || "",
|
|
19507
|
+
cmhkChannel: (0,patch/* getCmhkChannelMx */.u)(),
|
|
19508
|
+
cmhkToken: sessionStorage.getItem("cmhkToken") || "",
|
|
19509
|
+
componentId: this.componentId,
|
|
19510
|
+
viaCompInstId: this.viaCompInstId
|
|
19511
|
+
};
|
|
19512
|
+
}
|
|
19513
|
+
}
|
|
19514
|
+
});
|
|
19515
|
+
;// ./package/cms-dynamic-comp/View.vue?vue&type=script&lang=js
|
|
19516
|
+
/* harmony default export */ var cms_dynamic_comp_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
19517
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
19518
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
19519
|
+
;// ./package/cms-dynamic-comp/View.vue
|
|
19520
|
+
|
|
19521
|
+
|
|
19522
|
+
|
|
19523
|
+
|
|
19524
|
+
|
|
19525
|
+
/* normalize component */
|
|
19526
|
+
;
|
|
19527
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
19528
|
+
cms_dynamic_comp_Viewvue_type_script_lang_js,
|
|
19529
|
+
render,
|
|
19530
|
+
staticRenderFns,
|
|
19531
|
+
false,
|
|
19532
|
+
null,
|
|
19533
|
+
"f2f8be46",
|
|
19534
|
+
null
|
|
19535
|
+
|
|
19536
|
+
)
|
|
19537
|
+
|
|
19538
|
+
/* harmony default export */ var View = (component.exports);
|
|
19539
|
+
|
|
19540
|
+
/***/ }),
|
|
19541
|
+
|
|
19382
19542
|
/***/ 1754:
|
|
19383
19543
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
19384
19544
|
|
|
@@ -21329,166 +21489,6 @@ var userAgent = navigator && navigator.userAgent;
|
|
|
21329
21489
|
module.exports = userAgent ? String(userAgent) : '';
|
|
21330
21490
|
|
|
21331
21491
|
|
|
21332
|
-
/***/ }),
|
|
21333
|
-
|
|
21334
|
-
/***/ 2928:
|
|
21335
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
21336
|
-
|
|
21337
|
-
"use strict";
|
|
21338
|
-
// ESM COMPAT FLAG
|
|
21339
|
-
__webpack_require__.r(__webpack_exports__);
|
|
21340
|
-
|
|
21341
|
-
// EXPORTS
|
|
21342
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
21343
|
-
"default": function() { return /* binding */ View; }
|
|
21344
|
-
});
|
|
21345
|
-
|
|
21346
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-via-storedValueCard/View.vue?vue&type=template&id=183f20d8&scoped=true
|
|
21347
|
-
var render = function render() {
|
|
21348
|
-
var _vm = this,
|
|
21349
|
-
_c = _vm._self._c;
|
|
21350
|
-
return _c('BaseComp', _vm._b({
|
|
21351
|
-
attrs: {
|
|
21352
|
-
"data": _vm.data,
|
|
21353
|
-
"nowCompId": _vm.nowCompId,
|
|
21354
|
-
"isOpcacity": _vm.isOpcacity,
|
|
21355
|
-
"lang": _vm.lang
|
|
21356
|
-
},
|
|
21357
|
-
on: {
|
|
21358
|
-
"getConfigData": _vm.getConfigData
|
|
21359
|
-
}
|
|
21360
|
-
}, 'BaseComp', _vm.$attrs, false), [!_vm.showWujie ? _c('div', [_vm._v("配置后才会展示内容")]) : _vm._e(), _vm.showWujie && _vm.wujieCompUrl ? _c('WujieVue', {
|
|
21361
|
-
key: _vm.data.componentId,
|
|
21362
|
-
attrs: {
|
|
21363
|
-
"name": `cmsacive${_vm.data.componentId}`,
|
|
21364
|
-
"url": _vm.wujieCompUrl,
|
|
21365
|
-
"props": {
|
|
21366
|
-
data: _vm.propsdata5
|
|
21367
|
-
}
|
|
21368
|
-
}
|
|
21369
|
-
}) : _vm._e()], 1);
|
|
21370
|
-
};
|
|
21371
|
-
var staticRenderFns = [];
|
|
21372
|
-
|
|
21373
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 3 modules
|
|
21374
|
-
var baseComp = __webpack_require__(2950);
|
|
21375
|
-
// EXTERNAL MODULE: ./package/patch.js + 1 modules
|
|
21376
|
-
var patch = __webpack_require__(7890);
|
|
21377
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-via-storedValueCard/View.vue?vue&type=script&lang=js
|
|
21378
|
-
|
|
21379
|
-
|
|
21380
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
21381
|
-
name: "cms-via-storedValueCard",
|
|
21382
|
-
components: {
|
|
21383
|
-
BaseComp: baseComp/* default */.A
|
|
21384
|
-
},
|
|
21385
|
-
props: {
|
|
21386
|
-
data: {
|
|
21387
|
-
type: Object,
|
|
21388
|
-
default: () => {
|
|
21389
|
-
return {};
|
|
21390
|
-
}
|
|
21391
|
-
},
|
|
21392
|
-
nowCompId: {
|
|
21393
|
-
type: [String, Number],
|
|
21394
|
-
default: ""
|
|
21395
|
-
},
|
|
21396
|
-
isOpcacity: {
|
|
21397
|
-
type: Boolean,
|
|
21398
|
-
default: true
|
|
21399
|
-
},
|
|
21400
|
-
lang: {
|
|
21401
|
-
type: String,
|
|
21402
|
-
default: ""
|
|
21403
|
-
}
|
|
21404
|
-
},
|
|
21405
|
-
data() {
|
|
21406
|
-
return {
|
|
21407
|
-
wujieCompUrl: "",
|
|
21408
|
-
propsdata5: {},
|
|
21409
|
-
showWujie: false,
|
|
21410
|
-
compBaseUrl: this.$route.query.envId == 4 ? "https://omniapi.hk.chinamobile.com" : "https://omniapi-uat.hk.chinamobile.com",
|
|
21411
|
-
componentUrl: "",
|
|
21412
|
-
componentId: "",
|
|
21413
|
-
viaCompInstId: ""
|
|
21414
|
-
};
|
|
21415
|
-
},
|
|
21416
|
-
async mounted() {
|
|
21417
|
-
if (!this.$EventBus) {
|
|
21418
|
-
if (window.location.origin.includes("-uat")) {
|
|
21419
|
-
this.compBaseUrl = "https://omniapi-uat.hk.chinamobile.com";
|
|
21420
|
-
} else {
|
|
21421
|
-
this.compBaseUrl = "https://omniapi.hk.chinamobile.com";
|
|
21422
|
-
}
|
|
21423
|
-
}
|
|
21424
|
-
this.getUrl(this.lang);
|
|
21425
|
-
},
|
|
21426
|
-
created() {},
|
|
21427
|
-
methods: {
|
|
21428
|
-
getConfigData() {
|
|
21429
|
-
const wujieConfig = this.data.wujieConfig;
|
|
21430
|
-
this.componentUrl = wujieConfig.componentUrl;
|
|
21431
|
-
this.componentId = wujieConfig.componentId;
|
|
21432
|
-
this.viaCompInstId = wujieConfig.viaCompInstId;
|
|
21433
|
-
this.getUrl(this.lang);
|
|
21434
|
-
if (this.componentId) {
|
|
21435
|
-
setTimeout(() => {
|
|
21436
|
-
this.showWujie = true;
|
|
21437
|
-
});
|
|
21438
|
-
}
|
|
21439
|
-
},
|
|
21440
|
-
wujieFetchMx(url, options) {
|
|
21441
|
-
return window.fetch(url, {
|
|
21442
|
-
...options,
|
|
21443
|
-
credentials: "include"
|
|
21444
|
-
});
|
|
21445
|
-
},
|
|
21446
|
-
getUrl(lang) {
|
|
21447
|
-
const langMap = {
|
|
21448
|
-
"zh-CN": "sc",
|
|
21449
|
-
"zh-HK": "tc",
|
|
21450
|
-
"en-US": "en"
|
|
21451
|
-
};
|
|
21452
|
-
const langTag = this.$EventBus ? "tc" : langMap[lang];
|
|
21453
|
-
const curCompUrl = this.componentUrl.replace("langTag", langTag);
|
|
21454
|
-
this.wujieCompUrl = `${this.compBaseUrl}${curCompUrl}`;
|
|
21455
|
-
console.log("wujieCompUrl", this.wujieCompUrl);
|
|
21456
|
-
this.propsdata5 = {
|
|
21457
|
-
orgId: sessionStorage.getItem("orgId") || "",
|
|
21458
|
-
staffId: sessionStorage.getItem("staffId") || "",
|
|
21459
|
-
cmhkChannel: (0,patch/* getCmhkChannelMx */.u)(),
|
|
21460
|
-
cmhkToken: sessionStorage.getItem("cmhkToken") || "",
|
|
21461
|
-
componentId: this.componentId,
|
|
21462
|
-
viaCompInstId: this.viaCompInstId
|
|
21463
|
-
};
|
|
21464
|
-
}
|
|
21465
|
-
}
|
|
21466
|
-
});
|
|
21467
|
-
;// ./package/cms-via-storedValueCard/View.vue?vue&type=script&lang=js
|
|
21468
|
-
/* harmony default export */ var cms_via_storedValueCard_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
21469
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
21470
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
21471
|
-
;// ./package/cms-via-storedValueCard/View.vue
|
|
21472
|
-
|
|
21473
|
-
|
|
21474
|
-
|
|
21475
|
-
|
|
21476
|
-
|
|
21477
|
-
/* normalize component */
|
|
21478
|
-
;
|
|
21479
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
21480
|
-
cms_via_storedValueCard_Viewvue_type_script_lang_js,
|
|
21481
|
-
render,
|
|
21482
|
-
staticRenderFns,
|
|
21483
|
-
false,
|
|
21484
|
-
null,
|
|
21485
|
-
"183f20d8",
|
|
21486
|
-
null
|
|
21487
|
-
|
|
21488
|
-
)
|
|
21489
|
-
|
|
21490
|
-
/* harmony default export */ var View = (component.exports);
|
|
21491
|
-
|
|
21492
21492
|
/***/ }),
|
|
21493
21493
|
|
|
21494
21494
|
/***/ 2946:
|
|
@@ -30631,46 +30631,206 @@ module.exports = function (it) {
|
|
|
30631
30631
|
|
|
30632
30632
|
|
|
30633
30633
|
|
|
30634
|
-
function toJumpUrl(jumpUrl) {
|
|
30635
|
-
if (!jumpUrl) {
|
|
30636
|
-
return;
|
|
30637
|
-
}
|
|
30638
|
-
if (!/^https?:\/\//i.test(jumpUrl)) {
|
|
30639
|
-
jumpUrl = 'http://' + jumpUrl;
|
|
30640
|
-
}
|
|
30641
|
-
top.window.location = jumpUrl;
|
|
30642
|
-
}
|
|
30643
|
-
function decodeJumpUrl(jumpUrl, $router) {
|
|
30644
|
-
if (!jumpUrl) {
|
|
30645
|
-
return;
|
|
30646
|
-
}
|
|
30647
|
-
if (/eshop.hk.chinamobile.com/i.test(jumpUrl)) {
|
|
30648
|
-
toJumpUrl(jumpUrl);
|
|
30649
|
-
return;
|
|
30650
|
-
}
|
|
30651
|
-
if (!(/^https:\/\/www.hk.chinamobile.com/i.test(jumpUrl) || /^http:\/\/www.hk.chinamobile.com/i.test(jumpUrl))) {
|
|
30652
|
-
toJumpUrl(jumpUrl);
|
|
30653
|
-
return;
|
|
30654
|
-
}
|
|
30655
|
-
const langList = ['/tc/', '/zh/', '/sc/', '/en/'];
|
|
30656
|
-
const langPath = langList.find(item => jumpUrl.includes(item));
|
|
30657
|
-
let fullPath = jumpUrl.split(langPath).pop() || '';
|
|
30658
|
-
let [path, queryStr = ''] = fullPath.split('?');
|
|
30659
|
-
let query = {};
|
|
30660
|
-
queryStr.split('&').filter(Boolean).forEach(item => {
|
|
30661
|
-
let [key = '', value = ''] = item.split('=');
|
|
30662
|
-
query[`${key}`] = value;
|
|
30663
|
-
});
|
|
30664
|
-
const result = {
|
|
30665
|
-
path: '/' + path,
|
|
30666
|
-
query
|
|
30667
|
-
};
|
|
30668
|
-
console.log('decodeJumpUrl', $router);
|
|
30669
|
-
if ($router) {
|
|
30670
|
-
$router.push(result);
|
|
30671
|
-
}
|
|
30672
|
-
return result;
|
|
30673
|
-
}
|
|
30634
|
+
function toJumpUrl(jumpUrl) {
|
|
30635
|
+
if (!jumpUrl) {
|
|
30636
|
+
return;
|
|
30637
|
+
}
|
|
30638
|
+
if (!/^https?:\/\//i.test(jumpUrl)) {
|
|
30639
|
+
jumpUrl = 'http://' + jumpUrl;
|
|
30640
|
+
}
|
|
30641
|
+
top.window.location = jumpUrl;
|
|
30642
|
+
}
|
|
30643
|
+
function decodeJumpUrl(jumpUrl, $router) {
|
|
30644
|
+
if (!jumpUrl) {
|
|
30645
|
+
return;
|
|
30646
|
+
}
|
|
30647
|
+
if (/eshop.hk.chinamobile.com/i.test(jumpUrl)) {
|
|
30648
|
+
toJumpUrl(jumpUrl);
|
|
30649
|
+
return;
|
|
30650
|
+
}
|
|
30651
|
+
if (!(/^https:\/\/www.hk.chinamobile.com/i.test(jumpUrl) || /^http:\/\/www.hk.chinamobile.com/i.test(jumpUrl))) {
|
|
30652
|
+
toJumpUrl(jumpUrl);
|
|
30653
|
+
return;
|
|
30654
|
+
}
|
|
30655
|
+
const langList = ['/tc/', '/zh/', '/sc/', '/en/'];
|
|
30656
|
+
const langPath = langList.find(item => jumpUrl.includes(item));
|
|
30657
|
+
let fullPath = jumpUrl.split(langPath).pop() || '';
|
|
30658
|
+
let [path, queryStr = ''] = fullPath.split('?');
|
|
30659
|
+
let query = {};
|
|
30660
|
+
queryStr.split('&').filter(Boolean).forEach(item => {
|
|
30661
|
+
let [key = '', value = ''] = item.split('=');
|
|
30662
|
+
query[`${key}`] = value;
|
|
30663
|
+
});
|
|
30664
|
+
const result = {
|
|
30665
|
+
path: '/' + path,
|
|
30666
|
+
query
|
|
30667
|
+
};
|
|
30668
|
+
console.log('decodeJumpUrl', $router);
|
|
30669
|
+
if ($router) {
|
|
30670
|
+
$router.push(result);
|
|
30671
|
+
}
|
|
30672
|
+
return result;
|
|
30673
|
+
}
|
|
30674
|
+
|
|
30675
|
+
/***/ }),
|
|
30676
|
+
|
|
30677
|
+
/***/ 4109:
|
|
30678
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
30679
|
+
|
|
30680
|
+
"use strict";
|
|
30681
|
+
// ESM COMPAT FLAG
|
|
30682
|
+
__webpack_require__.r(__webpack_exports__);
|
|
30683
|
+
|
|
30684
|
+
// EXPORTS
|
|
30685
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
30686
|
+
"default": function() { return /* binding */ View; }
|
|
30687
|
+
});
|
|
30688
|
+
|
|
30689
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-via-storedValueCard/View.vue?vue&type=template&id=6f691fe1&scoped=true
|
|
30690
|
+
var render = function render() {
|
|
30691
|
+
var _vm = this,
|
|
30692
|
+
_c = _vm._self._c;
|
|
30693
|
+
return _c('BaseComp', _vm._b({
|
|
30694
|
+
attrs: {
|
|
30695
|
+
"data": _vm.data,
|
|
30696
|
+
"nowCompId": _vm.nowCompId,
|
|
30697
|
+
"isOpcacity": _vm.isOpcacity,
|
|
30698
|
+
"lang": _vm.lang
|
|
30699
|
+
},
|
|
30700
|
+
on: {
|
|
30701
|
+
"getConfigData": _vm.getConfigData
|
|
30702
|
+
}
|
|
30703
|
+
}, 'BaseComp', _vm.$attrs, false), [!_vm.showWujie ? _c('div', [_vm._v("配置后才会展示内容")]) : _vm._e(), _vm.showWujie && _vm.wujieCompUrl ? _c('WujieVue', {
|
|
30704
|
+
key: _vm.data.componentId,
|
|
30705
|
+
attrs: {
|
|
30706
|
+
"name": `cmsacive${_vm.data.componentId}`,
|
|
30707
|
+
"url": _vm.wujieCompUrl,
|
|
30708
|
+
"props": {
|
|
30709
|
+
data: _vm.propsdata5
|
|
30710
|
+
}
|
|
30711
|
+
}
|
|
30712
|
+
}) : _vm._e()], 1);
|
|
30713
|
+
};
|
|
30714
|
+
var staticRenderFns = [];
|
|
30715
|
+
|
|
30716
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 3 modules
|
|
30717
|
+
var baseComp = __webpack_require__(2950);
|
|
30718
|
+
// EXTERNAL MODULE: ./package/patch.js + 1 modules
|
|
30719
|
+
var patch = __webpack_require__(7890);
|
|
30720
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-via-storedValueCard/View.vue?vue&type=script&lang=js
|
|
30721
|
+
|
|
30722
|
+
|
|
30723
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
30724
|
+
name: "cms-via-storedValueCard",
|
|
30725
|
+
components: {
|
|
30726
|
+
BaseComp: baseComp/* default */.A
|
|
30727
|
+
},
|
|
30728
|
+
props: {
|
|
30729
|
+
data: {
|
|
30730
|
+
type: Object,
|
|
30731
|
+
default: () => {
|
|
30732
|
+
return {};
|
|
30733
|
+
}
|
|
30734
|
+
},
|
|
30735
|
+
nowCompId: {
|
|
30736
|
+
type: [String, Number],
|
|
30737
|
+
default: ""
|
|
30738
|
+
},
|
|
30739
|
+
isOpcacity: {
|
|
30740
|
+
type: Boolean,
|
|
30741
|
+
default: true
|
|
30742
|
+
},
|
|
30743
|
+
lang: {
|
|
30744
|
+
type: String,
|
|
30745
|
+
default: ""
|
|
30746
|
+
}
|
|
30747
|
+
},
|
|
30748
|
+
data() {
|
|
30749
|
+
return {
|
|
30750
|
+
wujieCompUrl: "",
|
|
30751
|
+
propsdata5: {},
|
|
30752
|
+
showWujie: false,
|
|
30753
|
+
compBaseUrl: this.$route.query.envId == 4 ? "https://omniapi.hk.chinamobile.com" : "https://omniapi-uat.hk.chinamobile.com",
|
|
30754
|
+
componentUrl: "",
|
|
30755
|
+
componentId: "",
|
|
30756
|
+
viaCompInstId: ""
|
|
30757
|
+
};
|
|
30758
|
+
},
|
|
30759
|
+
async mounted() {
|
|
30760
|
+
if (!this.$EventBus) {
|
|
30761
|
+
if (["https://omniapi.hk.chinamobile.com", "https://www.hk.chinamobile.com"].includes(window.location.origin)) {
|
|
30762
|
+
this.compBaseUrl = "https://omniapi.hk.chinamobile.com";
|
|
30763
|
+
} else {
|
|
30764
|
+
this.compBaseUrl = "https://omniapi-uat.hk.chinamobile.com";
|
|
30765
|
+
}
|
|
30766
|
+
}
|
|
30767
|
+
this.getUrl(this.lang);
|
|
30768
|
+
},
|
|
30769
|
+
created() {},
|
|
30770
|
+
methods: {
|
|
30771
|
+
getConfigData() {
|
|
30772
|
+
const wujieConfig = this.data.wujieConfig;
|
|
30773
|
+
this.componentUrl = wujieConfig.componentUrl;
|
|
30774
|
+
this.componentId = wujieConfig.componentId;
|
|
30775
|
+
this.viaCompInstId = wujieConfig.viaCompInstId;
|
|
30776
|
+
this.getUrl(this.lang);
|
|
30777
|
+
if (this.componentId) {
|
|
30778
|
+
setTimeout(() => {
|
|
30779
|
+
this.showWujie = true;
|
|
30780
|
+
});
|
|
30781
|
+
}
|
|
30782
|
+
},
|
|
30783
|
+
wujieFetchMx(url, options) {
|
|
30784
|
+
return window.fetch(url, {
|
|
30785
|
+
...options,
|
|
30786
|
+
credentials: "include"
|
|
30787
|
+
});
|
|
30788
|
+
},
|
|
30789
|
+
getUrl(lang) {
|
|
30790
|
+
const langMap = {
|
|
30791
|
+
"zh-CN": "sc",
|
|
30792
|
+
"zh-HK": "tc",
|
|
30793
|
+
"en-US": "en"
|
|
30794
|
+
};
|
|
30795
|
+
const langTag = this.$EventBus ? "tc" : langMap[lang];
|
|
30796
|
+
const curCompUrl = this.componentUrl.replace("langTag", langTag);
|
|
30797
|
+
this.wujieCompUrl = `${this.compBaseUrl}${curCompUrl}`;
|
|
30798
|
+
console.log("wujieCompUrl", this.wujieCompUrl);
|
|
30799
|
+
this.propsdata5 = {
|
|
30800
|
+
orgId: sessionStorage.getItem("orgId") || "",
|
|
30801
|
+
staffId: sessionStorage.getItem("staffId") || "",
|
|
30802
|
+
cmhkChannel: (0,patch/* getCmhkChannelMx */.u)(),
|
|
30803
|
+
cmhkToken: sessionStorage.getItem("cmhkToken") || "",
|
|
30804
|
+
componentId: this.componentId,
|
|
30805
|
+
viaCompInstId: this.viaCompInstId
|
|
30806
|
+
};
|
|
30807
|
+
}
|
|
30808
|
+
}
|
|
30809
|
+
});
|
|
30810
|
+
;// ./package/cms-via-storedValueCard/View.vue?vue&type=script&lang=js
|
|
30811
|
+
/* harmony default export */ var cms_via_storedValueCard_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
30812
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
30813
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
30814
|
+
;// ./package/cms-via-storedValueCard/View.vue
|
|
30815
|
+
|
|
30816
|
+
|
|
30817
|
+
|
|
30818
|
+
|
|
30819
|
+
|
|
30820
|
+
/* normalize component */
|
|
30821
|
+
;
|
|
30822
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
30823
|
+
cms_via_storedValueCard_Viewvue_type_script_lang_js,
|
|
30824
|
+
render,
|
|
30825
|
+
staticRenderFns,
|
|
30826
|
+
false,
|
|
30827
|
+
null,
|
|
30828
|
+
"6f691fe1",
|
|
30829
|
+
null
|
|
30830
|
+
|
|
30831
|
+
)
|
|
30832
|
+
|
|
30833
|
+
/* harmony default export */ var View = (component.exports);
|
|
30674
30834
|
|
|
30675
30835
|
/***/ }),
|
|
30676
30836
|
|
|
@@ -33095,6 +33255,7 @@ var map = {
|
|
|
33095
33255
|
"./cms-banner/View.vue": 8370,
|
|
33096
33256
|
"./cms-cells/View.vue": 983,
|
|
33097
33257
|
"./cms-description/View.vue": 6296,
|
|
33258
|
+
"./cms-dynamic-comp/View.vue": 1736,
|
|
33098
33259
|
"./cms-iconFour/View.vue": 2946,
|
|
33099
33260
|
"./cms-imgFour/View.vue": 1282,
|
|
33100
33261
|
"./cms-lineFive/View.vue": 1716,
|
|
@@ -33106,13 +33267,13 @@ var map = {
|
|
|
33106
33267
|
"./cms-productDetails/View.vue": 7793,
|
|
33107
33268
|
"./cms-question/View.vue": 6287,
|
|
33108
33269
|
"./cms-richText/View.vue": 5713,
|
|
33109
|
-
"./cms-servePlan-tab/View.vue":
|
|
33270
|
+
"./cms-servePlan-tab/View.vue": 7639,
|
|
33110
33271
|
"./cms-servePlan-text/View.vue": 4726,
|
|
33111
33272
|
"./cms-termsAndConditions/View.vue": 7060,
|
|
33112
33273
|
"./cms-threeScroll/View.vue": 8687,
|
|
33113
33274
|
"./cms-titleCenter/View.vue": 4003,
|
|
33114
33275
|
"./cms-titleLeft/View.vue": 4598,
|
|
33115
|
-
"./cms-via-storedValueCard/View.vue":
|
|
33276
|
+
"./cms-via-storedValueCard/View.vue": 4109,
|
|
33116
33277
|
"./cms-view/View.vue": 3774
|
|
33117
33278
|
};
|
|
33118
33279
|
|
|
@@ -37069,257 +37230,80 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
37069
37230
|
/* harmony default export */ __webpack_exports__["default"] = ({
|
|
37070
37231
|
Expand: "Expand",
|
|
37071
37232
|
Collpase: "Collpase",
|
|
37072
|
-
discount: 'Discount period:'
|
|
37073
|
-
});
|
|
37074
|
-
|
|
37075
|
-
/***/ }),
|
|
37076
|
-
|
|
37077
|
-
/***/ 7628:
|
|
37078
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
37079
|
-
|
|
37080
|
-
"use strict";
|
|
37081
|
-
|
|
37082
|
-
var lengthOfArrayLike = __webpack_require__(6198);
|
|
37083
|
-
|
|
37084
|
-
// https://tc39.es/proposal-change-array-by-copy/#sec-array.prototype.toReversed
|
|
37085
|
-
// https://tc39.es/proposal-change-array-by-copy/#sec-%typedarray%.prototype.toReversed
|
|
37086
|
-
module.exports = function (O, C) {
|
|
37087
|
-
var len = lengthOfArrayLike(O);
|
|
37088
|
-
var A = new C(len);
|
|
37089
|
-
var k = 0;
|
|
37090
|
-
for (; k < len; k++) A[k] = O[len - k - 1];
|
|
37091
|
-
return A;
|
|
37092
|
-
};
|
|
37093
|
-
|
|
37094
|
-
|
|
37095
|
-
/***/ }),
|
|
37096
|
-
|
|
37097
|
-
/***/ 7629:
|
|
37098
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
37099
|
-
|
|
37100
|
-
"use strict";
|
|
37101
|
-
|
|
37102
|
-
var IS_PURE = __webpack_require__(6395);
|
|
37103
|
-
var globalThis = __webpack_require__(4576);
|
|
37104
|
-
var defineGlobalProperty = __webpack_require__(9433);
|
|
37105
|
-
|
|
37106
|
-
var SHARED = '__core-js_shared__';
|
|
37107
|
-
var store = module.exports = globalThis[SHARED] || defineGlobalProperty(SHARED, {});
|
|
37108
|
-
|
|
37109
|
-
(store.versions || (store.versions = [])).push({
|
|
37110
|
-
version: '3.41.0',
|
|
37111
|
-
mode: IS_PURE ? 'pure' : 'global',
|
|
37112
|
-
copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
|
|
37113
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE',
|
|
37114
|
-
source: 'https://github.com/zloirock/core-js'
|
|
37115
|
-
});
|
|
37116
|
-
|
|
37117
|
-
|
|
37118
|
-
/***/ }),
|
|
37119
|
-
|
|
37120
|
-
/***/ 7634:
|
|
37121
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
37122
|
-
|
|
37123
|
-
"use strict";
|
|
37124
|
-
|
|
37125
|
-
|
|
37126
|
-
var GetIntrinsic = __webpack_require__(6303);
|
|
37127
|
-
var callBindBasic = __webpack_require__(5556);
|
|
37128
|
-
|
|
37129
|
-
/** @type {(thisArg: string, searchString: string, position?: number) => number} */
|
|
37130
|
-
var $indexOf = callBindBasic([GetIntrinsic('%String.prototype.indexOf%')]);
|
|
37131
|
-
|
|
37132
|
-
/** @type {import('.')} */
|
|
37133
|
-
module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
37134
|
-
/* eslint no-extra-parens: 0 */
|
|
37135
|
-
|
|
37136
|
-
var intrinsic = /** @type {(this: unknown, ...args: unknown[]) => unknown} */GetIntrinsic(name, !!allowMissing);
|
|
37137
|
-
if (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) {
|
|
37138
|
-
return callBindBasic(/** @type {const} */[intrinsic]);
|
|
37139
|
-
}
|
|
37140
|
-
return intrinsic;
|
|
37141
|
-
};
|
|
37142
|
-
|
|
37143
|
-
/***/ }),
|
|
37144
|
-
|
|
37145
|
-
/***/ 7642:
|
|
37146
|
-
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
37147
|
-
|
|
37148
|
-
"use strict";
|
|
37149
|
-
|
|
37150
|
-
var $ = __webpack_require__(6518);
|
|
37151
|
-
var difference = __webpack_require__(3440);
|
|
37152
|
-
var setMethodAcceptSetLike = __webpack_require__(4916);
|
|
37153
|
-
|
|
37154
|
-
var INCORRECT = !setMethodAcceptSetLike('difference', function (result) {
|
|
37155
|
-
return result.size === 0;
|
|
37156
|
-
});
|
|
37157
|
-
|
|
37158
|
-
// `Set.prototype.difference` method
|
|
37159
|
-
// https://tc39.es/ecma262/#sec-set.prototype.difference
|
|
37160
|
-
$({ target: 'Set', proto: true, real: true, forced: INCORRECT }, {
|
|
37161
|
-
difference: difference
|
|
37162
|
-
});
|
|
37163
|
-
|
|
37164
|
-
|
|
37165
|
-
/***/ }),
|
|
37166
|
-
|
|
37167
|
-
/***/ 7657:
|
|
37168
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
37169
|
-
|
|
37170
|
-
"use strict";
|
|
37171
|
-
|
|
37172
|
-
var fails = __webpack_require__(9039);
|
|
37173
|
-
var isCallable = __webpack_require__(4901);
|
|
37174
|
-
var isObject = __webpack_require__(34);
|
|
37175
|
-
var create = __webpack_require__(2360);
|
|
37176
|
-
var getPrototypeOf = __webpack_require__(2787);
|
|
37177
|
-
var defineBuiltIn = __webpack_require__(6840);
|
|
37178
|
-
var wellKnownSymbol = __webpack_require__(8227);
|
|
37179
|
-
var IS_PURE = __webpack_require__(6395);
|
|
37180
|
-
|
|
37181
|
-
var ITERATOR = wellKnownSymbol('iterator');
|
|
37182
|
-
var BUGGY_SAFARI_ITERATORS = false;
|
|
37183
|
-
|
|
37184
|
-
// `%IteratorPrototype%` object
|
|
37185
|
-
// https://tc39.es/ecma262/#sec-%iteratorprototype%-object
|
|
37186
|
-
var IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;
|
|
37187
|
-
|
|
37188
|
-
/* eslint-disable es/no-array-prototype-keys -- safe */
|
|
37189
|
-
if ([].keys) {
|
|
37190
|
-
arrayIterator = [].keys();
|
|
37191
|
-
// Safari 8 has buggy iterators w/o `next`
|
|
37192
|
-
if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;
|
|
37193
|
-
else {
|
|
37194
|
-
PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));
|
|
37195
|
-
if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;
|
|
37196
|
-
}
|
|
37197
|
-
}
|
|
37198
|
-
|
|
37199
|
-
var NEW_ITERATOR_PROTOTYPE = !isObject(IteratorPrototype) || fails(function () {
|
|
37200
|
-
var test = {};
|
|
37201
|
-
// FF44- legacy iterators case
|
|
37202
|
-
return IteratorPrototype[ITERATOR].call(test) !== test;
|
|
37203
|
-
});
|
|
37204
|
-
|
|
37205
|
-
if (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {};
|
|
37206
|
-
else if (IS_PURE) IteratorPrototype = create(IteratorPrototype);
|
|
37207
|
-
|
|
37208
|
-
// `%IteratorPrototype%[@@iterator]()` method
|
|
37209
|
-
// https://tc39.es/ecma262/#sec-%iteratorprototype%-@@iterator
|
|
37210
|
-
if (!isCallable(IteratorPrototype[ITERATOR])) {
|
|
37211
|
-
defineBuiltIn(IteratorPrototype, ITERATOR, function () {
|
|
37212
|
-
return this;
|
|
37213
|
-
});
|
|
37214
|
-
}
|
|
37215
|
-
|
|
37216
|
-
module.exports = {
|
|
37217
|
-
IteratorPrototype: IteratorPrototype,
|
|
37218
|
-
BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS
|
|
37219
|
-
};
|
|
37220
|
-
|
|
37221
|
-
|
|
37222
|
-
/***/ }),
|
|
37223
|
-
|
|
37224
|
-
/***/ 7680:
|
|
37225
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
37226
|
-
|
|
37227
|
-
"use strict";
|
|
37228
|
-
|
|
37229
|
-
var uncurryThis = __webpack_require__(9504);
|
|
37230
|
-
|
|
37231
|
-
module.exports = uncurryThis([].slice);
|
|
37232
|
-
|
|
37233
|
-
|
|
37234
|
-
/***/ }),
|
|
37235
|
-
|
|
37236
|
-
/***/ 7696:
|
|
37237
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
37238
|
-
|
|
37239
|
-
"use strict";
|
|
37240
|
-
|
|
37241
|
-
var toIntegerOrInfinity = __webpack_require__(1291);
|
|
37242
|
-
var toLength = __webpack_require__(8014);
|
|
37243
|
-
|
|
37244
|
-
var $RangeError = RangeError;
|
|
37245
|
-
|
|
37246
|
-
// `ToIndex` abstract operation
|
|
37247
|
-
// https://tc39.es/ecma262/#sec-toindex
|
|
37248
|
-
module.exports = function (it) {
|
|
37249
|
-
if (it === undefined) return 0;
|
|
37250
|
-
var number = toIntegerOrInfinity(it);
|
|
37251
|
-
var length = toLength(number);
|
|
37252
|
-
if (number !== length) throw new $RangeError('Wrong length or index');
|
|
37253
|
-
return length;
|
|
37254
|
-
};
|
|
37255
|
-
|
|
37233
|
+
discount: 'Discount period:'
|
|
37234
|
+
});
|
|
37256
37235
|
|
|
37257
37236
|
/***/ }),
|
|
37258
37237
|
|
|
37259
|
-
/***/
|
|
37238
|
+
/***/ 7628:
|
|
37260
37239
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
37261
37240
|
|
|
37262
37241
|
"use strict";
|
|
37263
37242
|
|
|
37264
|
-
var
|
|
37265
|
-
var ownKeys = __webpack_require__(5031);
|
|
37266
|
-
var getOwnPropertyDescriptorModule = __webpack_require__(7347);
|
|
37267
|
-
var definePropertyModule = __webpack_require__(4913);
|
|
37243
|
+
var lengthOfArrayLike = __webpack_require__(6198);
|
|
37268
37244
|
|
|
37269
|
-
|
|
37270
|
-
|
|
37271
|
-
|
|
37272
|
-
var
|
|
37273
|
-
|
|
37274
|
-
|
|
37275
|
-
|
|
37276
|
-
|
|
37277
|
-
}
|
|
37278
|
-
}
|
|
37245
|
+
// https://tc39.es/proposal-change-array-by-copy/#sec-array.prototype.toReversed
|
|
37246
|
+
// https://tc39.es/proposal-change-array-by-copy/#sec-%typedarray%.prototype.toReversed
|
|
37247
|
+
module.exports = function (O, C) {
|
|
37248
|
+
var len = lengthOfArrayLike(O);
|
|
37249
|
+
var A = new C(len);
|
|
37250
|
+
var k = 0;
|
|
37251
|
+
for (; k < len; k++) A[k] = O[len - k - 1];
|
|
37252
|
+
return A;
|
|
37279
37253
|
};
|
|
37280
37254
|
|
|
37281
37255
|
|
|
37282
37256
|
/***/ }),
|
|
37283
37257
|
|
|
37284
|
-
/***/
|
|
37258
|
+
/***/ 7629:
|
|
37285
37259
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
37286
37260
|
|
|
37287
37261
|
"use strict";
|
|
37288
37262
|
|
|
37289
|
-
var
|
|
37263
|
+
var IS_PURE = __webpack_require__(6395);
|
|
37264
|
+
var globalThis = __webpack_require__(4576);
|
|
37265
|
+
var defineGlobalProperty = __webpack_require__(9433);
|
|
37290
37266
|
|
|
37291
|
-
var
|
|
37267
|
+
var SHARED = '__core-js_shared__';
|
|
37268
|
+
var store = module.exports = globalThis[SHARED] || defineGlobalProperty(SHARED, {});
|
|
37292
37269
|
|
|
37293
|
-
|
|
37294
|
-
|
|
37295
|
-
|
|
37296
|
-
|
|
37297
|
-
|
|
37298
|
-
|
|
37270
|
+
(store.versions || (store.versions = [])).push({
|
|
37271
|
+
version: '3.41.0',
|
|
37272
|
+
mode: IS_PURE ? 'pure' : 'global',
|
|
37273
|
+
copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
|
|
37274
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE',
|
|
37275
|
+
source: 'https://github.com/zloirock/core-js'
|
|
37276
|
+
});
|
|
37299
37277
|
|
|
37300
37278
|
|
|
37301
37279
|
/***/ }),
|
|
37302
37280
|
|
|
37303
|
-
/***/
|
|
37281
|
+
/***/ 7634:
|
|
37304
37282
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
37305
37283
|
|
|
37306
37284
|
"use strict";
|
|
37307
37285
|
|
|
37308
|
-
var globalThis = __webpack_require__(4576);
|
|
37309
|
-
var isCallable = __webpack_require__(4901);
|
|
37310
37286
|
|
|
37311
|
-
var
|
|
37312
|
-
|
|
37313
|
-
};
|
|
37287
|
+
var GetIntrinsic = __webpack_require__(6303);
|
|
37288
|
+
var callBindBasic = __webpack_require__(5556);
|
|
37314
37289
|
|
|
37315
|
-
|
|
37316
|
-
|
|
37317
|
-
|
|
37290
|
+
/** @type {(thisArg: string, searchString: string, position?: number) => number} */
|
|
37291
|
+
var $indexOf = callBindBasic([GetIntrinsic('%String.prototype.indexOf%')]);
|
|
37292
|
+
|
|
37293
|
+
/** @type {import('.')} */
|
|
37294
|
+
module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
37295
|
+
/* eslint no-extra-parens: 0 */
|
|
37318
37296
|
|
|
37297
|
+
var intrinsic = /** @type {(this: unknown, ...args: unknown[]) => unknown} */GetIntrinsic(name, !!allowMissing);
|
|
37298
|
+
if (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) {
|
|
37299
|
+
return callBindBasic(/** @type {const} */[intrinsic]);
|
|
37300
|
+
}
|
|
37301
|
+
return intrinsic;
|
|
37302
|
+
};
|
|
37319
37303
|
|
|
37320
37304
|
/***/ }),
|
|
37321
37305
|
|
|
37322
|
-
/***/
|
|
37306
|
+
/***/ 7639:
|
|
37323
37307
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
37324
37308
|
|
|
37325
37309
|
"use strict";
|
|
@@ -37331,7 +37315,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
37331
37315
|
"default": function() { return /* binding */ View; }
|
|
37332
37316
|
});
|
|
37333
37317
|
|
|
37334
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-servePlan-tab/View.vue?vue&type=template&id=
|
|
37318
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-servePlan-tab/View.vue?vue&type=template&id=43da1b27&scoped=true
|
|
37335
37319
|
var render = function render() {
|
|
37336
37320
|
var _vm = this,
|
|
37337
37321
|
_c = _vm._self._c;
|
|
@@ -37423,16 +37407,19 @@ var patch = __webpack_require__(7890);
|
|
|
37423
37407
|
if (this.$EventBus && this.isOpcacity) {
|
|
37424
37408
|
window.addEventListener("message", this.handleMessage, false);
|
|
37425
37409
|
} else {
|
|
37426
|
-
if (
|
|
37427
|
-
|
|
37428
|
-
|
|
37429
|
-
|
|
37410
|
+
if (!this.$EventBus) {
|
|
37411
|
+
if (["https://omniapi.hk.chinamobile.com", "https://www.hk.chinamobile.com"].includes(window.location.origin)) {
|
|
37412
|
+
this.compBaseUrl = "https://omniapi.hk.chinamobile.com";
|
|
37413
|
+
} else {
|
|
37414
|
+
this.compBaseUrl = "https://omniapi-uat.hk.chinamobile.com";
|
|
37415
|
+
}
|
|
37430
37416
|
}
|
|
37431
37417
|
this.showWujie = true;
|
|
37432
37418
|
const vm = this;
|
|
37433
37419
|
const _window = window;
|
|
37420
|
+
const jumpOriginUrl = this.$EventBus ? this.compBaseUrl : window.location.origin;
|
|
37434
37421
|
this.$wujieBus.$on("jumpToServicePlanDetail", val => {
|
|
37435
|
-
let url = `${
|
|
37422
|
+
let url = `${jumpOriginUrl}/${vm.routeLang}/home/plan/detail?commodityId=${val.commodityId}&isBr=${val.isBr}&cmhkChannel=${(0,patch/* getCmhkChannelMx */.u)()}`;
|
|
37436
37423
|
_window.location.href = url;
|
|
37437
37424
|
});
|
|
37438
37425
|
}
|
|
@@ -37488,10 +37475,10 @@ var patch = __webpack_require__(7890);
|
|
|
37488
37475
|
});
|
|
37489
37476
|
;// ./package/cms-servePlan-tab/View.vue?vue&type=script&lang=js
|
|
37490
37477
|
/* harmony default export */ var cms_servePlan_tab_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
37491
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-67.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-67.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-67.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-67.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-servePlan-tab/View.vue?vue&type=style&index=0&id=
|
|
37478
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-67.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-67.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-67.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-67.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-servePlan-tab/View.vue?vue&type=style&index=0&id=43da1b27&prod&lang=scss&scoped=true
|
|
37492
37479
|
// extracted by mini-css-extract-plugin
|
|
37493
37480
|
|
|
37494
|
-
;// ./package/cms-servePlan-tab/View.vue?vue&type=style&index=0&id=
|
|
37481
|
+
;// ./package/cms-servePlan-tab/View.vue?vue&type=style&index=0&id=43da1b27&prod&lang=scss&scoped=true
|
|
37495
37482
|
|
|
37496
37483
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
37497
37484
|
var componentNormalizer = __webpack_require__(1656);
|
|
@@ -37510,13 +37497,190 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
37510
37497
|
staticRenderFns,
|
|
37511
37498
|
false,
|
|
37512
37499
|
null,
|
|
37513
|
-
"
|
|
37500
|
+
"43da1b27",
|
|
37514
37501
|
null
|
|
37515
37502
|
|
|
37516
37503
|
)
|
|
37517
37504
|
|
|
37518
37505
|
/* harmony default export */ var View = (component.exports);
|
|
37519
37506
|
|
|
37507
|
+
/***/ }),
|
|
37508
|
+
|
|
37509
|
+
/***/ 7642:
|
|
37510
|
+
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
37511
|
+
|
|
37512
|
+
"use strict";
|
|
37513
|
+
|
|
37514
|
+
var $ = __webpack_require__(6518);
|
|
37515
|
+
var difference = __webpack_require__(3440);
|
|
37516
|
+
var setMethodAcceptSetLike = __webpack_require__(4916);
|
|
37517
|
+
|
|
37518
|
+
var INCORRECT = !setMethodAcceptSetLike('difference', function (result) {
|
|
37519
|
+
return result.size === 0;
|
|
37520
|
+
});
|
|
37521
|
+
|
|
37522
|
+
// `Set.prototype.difference` method
|
|
37523
|
+
// https://tc39.es/ecma262/#sec-set.prototype.difference
|
|
37524
|
+
$({ target: 'Set', proto: true, real: true, forced: INCORRECT }, {
|
|
37525
|
+
difference: difference
|
|
37526
|
+
});
|
|
37527
|
+
|
|
37528
|
+
|
|
37529
|
+
/***/ }),
|
|
37530
|
+
|
|
37531
|
+
/***/ 7657:
|
|
37532
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
37533
|
+
|
|
37534
|
+
"use strict";
|
|
37535
|
+
|
|
37536
|
+
var fails = __webpack_require__(9039);
|
|
37537
|
+
var isCallable = __webpack_require__(4901);
|
|
37538
|
+
var isObject = __webpack_require__(34);
|
|
37539
|
+
var create = __webpack_require__(2360);
|
|
37540
|
+
var getPrototypeOf = __webpack_require__(2787);
|
|
37541
|
+
var defineBuiltIn = __webpack_require__(6840);
|
|
37542
|
+
var wellKnownSymbol = __webpack_require__(8227);
|
|
37543
|
+
var IS_PURE = __webpack_require__(6395);
|
|
37544
|
+
|
|
37545
|
+
var ITERATOR = wellKnownSymbol('iterator');
|
|
37546
|
+
var BUGGY_SAFARI_ITERATORS = false;
|
|
37547
|
+
|
|
37548
|
+
// `%IteratorPrototype%` object
|
|
37549
|
+
// https://tc39.es/ecma262/#sec-%iteratorprototype%-object
|
|
37550
|
+
var IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;
|
|
37551
|
+
|
|
37552
|
+
/* eslint-disable es/no-array-prototype-keys -- safe */
|
|
37553
|
+
if ([].keys) {
|
|
37554
|
+
arrayIterator = [].keys();
|
|
37555
|
+
// Safari 8 has buggy iterators w/o `next`
|
|
37556
|
+
if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;
|
|
37557
|
+
else {
|
|
37558
|
+
PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));
|
|
37559
|
+
if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;
|
|
37560
|
+
}
|
|
37561
|
+
}
|
|
37562
|
+
|
|
37563
|
+
var NEW_ITERATOR_PROTOTYPE = !isObject(IteratorPrototype) || fails(function () {
|
|
37564
|
+
var test = {};
|
|
37565
|
+
// FF44- legacy iterators case
|
|
37566
|
+
return IteratorPrototype[ITERATOR].call(test) !== test;
|
|
37567
|
+
});
|
|
37568
|
+
|
|
37569
|
+
if (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {};
|
|
37570
|
+
else if (IS_PURE) IteratorPrototype = create(IteratorPrototype);
|
|
37571
|
+
|
|
37572
|
+
// `%IteratorPrototype%[@@iterator]()` method
|
|
37573
|
+
// https://tc39.es/ecma262/#sec-%iteratorprototype%-@@iterator
|
|
37574
|
+
if (!isCallable(IteratorPrototype[ITERATOR])) {
|
|
37575
|
+
defineBuiltIn(IteratorPrototype, ITERATOR, function () {
|
|
37576
|
+
return this;
|
|
37577
|
+
});
|
|
37578
|
+
}
|
|
37579
|
+
|
|
37580
|
+
module.exports = {
|
|
37581
|
+
IteratorPrototype: IteratorPrototype,
|
|
37582
|
+
BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS
|
|
37583
|
+
};
|
|
37584
|
+
|
|
37585
|
+
|
|
37586
|
+
/***/ }),
|
|
37587
|
+
|
|
37588
|
+
/***/ 7680:
|
|
37589
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
37590
|
+
|
|
37591
|
+
"use strict";
|
|
37592
|
+
|
|
37593
|
+
var uncurryThis = __webpack_require__(9504);
|
|
37594
|
+
|
|
37595
|
+
module.exports = uncurryThis([].slice);
|
|
37596
|
+
|
|
37597
|
+
|
|
37598
|
+
/***/ }),
|
|
37599
|
+
|
|
37600
|
+
/***/ 7696:
|
|
37601
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
37602
|
+
|
|
37603
|
+
"use strict";
|
|
37604
|
+
|
|
37605
|
+
var toIntegerOrInfinity = __webpack_require__(1291);
|
|
37606
|
+
var toLength = __webpack_require__(8014);
|
|
37607
|
+
|
|
37608
|
+
var $RangeError = RangeError;
|
|
37609
|
+
|
|
37610
|
+
// `ToIndex` abstract operation
|
|
37611
|
+
// https://tc39.es/ecma262/#sec-toindex
|
|
37612
|
+
module.exports = function (it) {
|
|
37613
|
+
if (it === undefined) return 0;
|
|
37614
|
+
var number = toIntegerOrInfinity(it);
|
|
37615
|
+
var length = toLength(number);
|
|
37616
|
+
if (number !== length) throw new $RangeError('Wrong length or index');
|
|
37617
|
+
return length;
|
|
37618
|
+
};
|
|
37619
|
+
|
|
37620
|
+
|
|
37621
|
+
/***/ }),
|
|
37622
|
+
|
|
37623
|
+
/***/ 7740:
|
|
37624
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
37625
|
+
|
|
37626
|
+
"use strict";
|
|
37627
|
+
|
|
37628
|
+
var hasOwn = __webpack_require__(9297);
|
|
37629
|
+
var ownKeys = __webpack_require__(5031);
|
|
37630
|
+
var getOwnPropertyDescriptorModule = __webpack_require__(7347);
|
|
37631
|
+
var definePropertyModule = __webpack_require__(4913);
|
|
37632
|
+
|
|
37633
|
+
module.exports = function (target, source, exceptions) {
|
|
37634
|
+
var keys = ownKeys(source);
|
|
37635
|
+
var defineProperty = definePropertyModule.f;
|
|
37636
|
+
var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
|
|
37637
|
+
for (var i = 0; i < keys.length; i++) {
|
|
37638
|
+
var key = keys[i];
|
|
37639
|
+
if (!hasOwn(target, key) && !(exceptions && hasOwn(exceptions, key))) {
|
|
37640
|
+
defineProperty(target, key, getOwnPropertyDescriptor(source, key));
|
|
37641
|
+
}
|
|
37642
|
+
}
|
|
37643
|
+
};
|
|
37644
|
+
|
|
37645
|
+
|
|
37646
|
+
/***/ }),
|
|
37647
|
+
|
|
37648
|
+
/***/ 7750:
|
|
37649
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
37650
|
+
|
|
37651
|
+
"use strict";
|
|
37652
|
+
|
|
37653
|
+
var isNullOrUndefined = __webpack_require__(4117);
|
|
37654
|
+
|
|
37655
|
+
var $TypeError = TypeError;
|
|
37656
|
+
|
|
37657
|
+
// `RequireObjectCoercible` abstract operation
|
|
37658
|
+
// https://tc39.es/ecma262/#sec-requireobjectcoercible
|
|
37659
|
+
module.exports = function (it) {
|
|
37660
|
+
if (isNullOrUndefined(it)) throw new $TypeError("Can't call method on " + it);
|
|
37661
|
+
return it;
|
|
37662
|
+
};
|
|
37663
|
+
|
|
37664
|
+
|
|
37665
|
+
/***/ }),
|
|
37666
|
+
|
|
37667
|
+
/***/ 7751:
|
|
37668
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
37669
|
+
|
|
37670
|
+
"use strict";
|
|
37671
|
+
|
|
37672
|
+
var globalThis = __webpack_require__(4576);
|
|
37673
|
+
var isCallable = __webpack_require__(4901);
|
|
37674
|
+
|
|
37675
|
+
var aFunction = function (argument) {
|
|
37676
|
+
return isCallable(argument) ? argument : undefined;
|
|
37677
|
+
};
|
|
37678
|
+
|
|
37679
|
+
module.exports = function (namespace, method) {
|
|
37680
|
+
return arguments.length < 2 ? aFunction(globalThis[namespace]) : globalThis[namespace] && globalThis[namespace][method];
|
|
37681
|
+
};
|
|
37682
|
+
|
|
37683
|
+
|
|
37520
37684
|
/***/ }),
|
|
37521
37685
|
|
|
37522
37686
|
/***/ 7793:
|
|
@@ -37949,7 +38113,7 @@ var utils = __webpack_require__(9563);
|
|
|
37949
38113
|
|
|
37950
38114
|
|
|
37951
38115
|
const baseConfig = {
|
|
37952
|
-
cmhkChannelConfList: ["
|
|
38116
|
+
cmhkChannelConfList: ["ALL"],
|
|
37953
38117
|
//从接口获取全部的渠道,避免硬编码需要手动新增渠道
|
|
37954
38118
|
startTime: "",
|
|
37955
38119
|
endTime: ""
|
|
@@ -38003,17 +38167,16 @@ function getInitCompData({
|
|
|
38003
38167
|
return {
|
|
38004
38168
|
componentId: (0,utils/* getUuidCode */.J0)(32),
|
|
38005
38169
|
//组件id
|
|
38006
|
-
versionId: "",
|
|
38007
|
-
//版本id 接口获取
|
|
38008
38170
|
childList: [],
|
|
38009
38171
|
//只有行列容器组件才会有子组件嵌入
|
|
38010
38172
|
...(isWujie ? {
|
|
38011
38173
|
wujieConfig: {
|
|
38012
38174
|
//wujie
|
|
38175
|
+
versionId: (0,utils/* getUuidCode */.J0)(32),
|
|
38176
|
+
//只有第三方厂商才会有单独的版本Id
|
|
38013
38177
|
isVia: true,
|
|
38014
38178
|
//区分旧的via组件 与 新增第三方厂商组件配置
|
|
38015
38179
|
componentUrl: "/viaActivity/external/langTag/savingsCardList/front/",
|
|
38016
|
-
workbenchUrl: "viaActivity/cmsComponent/tc/savingsCardList/workbench/",
|
|
38017
38180
|
...wujieConfig
|
|
38018
38181
|
}
|
|
38019
38182
|
} : {}),
|
|
@@ -38157,8 +38320,6 @@ function transfor(config) {
|
|
|
38157
38320
|
const wujieComponentId = ((_settings$value = settings.value) === null || _settings$value === void 0 ? void 0 : _settings$value.componentId) || "";
|
|
38158
38321
|
const viaCompInstId = ((_settings$value2 = settings.value) === null || _settings$value2 === void 0 ? void 0 : _settings$value2.viaCompInstId) || "";
|
|
38159
38322
|
const compConfig = {
|
|
38160
|
-
versionId: "",
|
|
38161
|
-
//版本id 接口获取
|
|
38162
38323
|
childList: childList,
|
|
38163
38324
|
...(isWujie ? {
|
|
38164
38325
|
wujieConfig: {
|
|
@@ -38167,7 +38328,8 @@ function transfor(config) {
|
|
|
38167
38328
|
componentUrl,
|
|
38168
38329
|
workbenchUrl,
|
|
38169
38330
|
componentId: wujieComponentId,
|
|
38170
|
-
viaCompInstId
|
|
38331
|
+
viaCompInstId,
|
|
38332
|
+
versionId: "" //版本id 接口获取
|
|
38171
38333
|
}
|
|
38172
38334
|
} : {})
|
|
38173
38335
|
};
|
|
@@ -43973,17 +44135,12 @@ const i18n = new vue_i18n_esm({
|
|
|
43973
44135
|
|
|
43974
44136
|
|
|
43975
44137
|
|
|
43976
|
-
|
|
43977
44138
|
const service = axios_default().create({
|
|
43978
44139
|
baseURL: "",
|
|
43979
44140
|
// /apitest
|
|
43980
|
-
timeout:
|
|
44141
|
+
timeout: 1000,
|
|
43981
44142
|
// 请求超时時間
|
|
43982
44143
|
withCredentials: true
|
|
43983
|
-
// async: false,
|
|
43984
|
-
// headers: {
|
|
43985
|
-
// "Content-Type": "application/json;charset:utf-8"
|
|
43986
|
-
// }
|
|
43987
44144
|
});
|
|
43988
44145
|
service.defaults.headers.post["Content-Type"] = "application/json;charset:utf-8";
|
|
43989
44146
|
|
|
@@ -43996,7 +44153,7 @@ service.interceptors.request.use(config => {
|
|
|
43996
44153
|
if (config.url.includes("/ecosp-console")) {
|
|
43997
44154
|
document.cookie = "JSESSIONID=node017nm2falxdfe8c1parzfv9ilr29.node0";
|
|
43998
44155
|
} else if (config.url.includes("omni-channel-service-console")) {
|
|
43999
|
-
document.cookie = "JSESSIONID=
|
|
44156
|
+
document.cookie = "JSESSIONID=CC486EC56D518B06821D4861676499DC";
|
|
44000
44157
|
}
|
|
44001
44158
|
} else {
|
|
44002
44159
|
if (config.url.includes("/api/") && is_cmsComp) {
|