boka-human-cliend-v3 0.0.20 → 0.0.22
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.
|
@@ -5185,6 +5185,10 @@
|
|
|
5185
5185
|
type: String,
|
|
5186
5186
|
default: ""
|
|
5187
5187
|
},
|
|
5188
|
+
custType: {
|
|
5189
|
+
type: String,
|
|
5190
|
+
default: ""
|
|
5191
|
+
},
|
|
5188
5192
|
subCustType: {
|
|
5189
5193
|
type: String,
|
|
5190
5194
|
default: ""
|
|
@@ -5203,8 +5207,8 @@
|
|
|
5203
5207
|
return "https://human.shboka.com";
|
|
5204
5208
|
},
|
|
5205
5209
|
src() {
|
|
5206
|
-
let { token, product, subCustType, source } = this;
|
|
5207
|
-
return `${this.host}?token=${token}&product=${product}&subCustType=${subCustType}&source=${source}&human=1&isIFrame=true&time=${(/* @__PURE__ */ new Date()).getTime()}
|
|
5210
|
+
let { token, product, custType, subCustType, source } = this;
|
|
5211
|
+
return `${this.host}?token=${token}&product=${product}&custType=${custType}&subCustType=${subCustType}&source=${source}&human=1&isIFrame=true&time=${(/* @__PURE__ */ new Date()).getTime()}`;
|
|
5208
5212
|
}
|
|
5209
5213
|
},
|
|
5210
5214
|
data() {
|