boka-human-cliend-v3 0.0.30 → 0.0.31
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.
|
@@ -5222,6 +5222,9 @@
|
|
|
5222
5222
|
};
|
|
5223
5223
|
},
|
|
5224
5224
|
mounted() {
|
|
5225
|
+
console.log(`%c 客服组件宿主 %c ${location.href}`, "background: #f00; color: #fff; padding: 2px 2px; border-radius: 3px 0 0 3px;", "background: #dedede; color: #000; padding: 2px 8px 2px 2px; border-radius: 0 3px 3px 0;");
|
|
5226
|
+
console.log(`%c 客服组件属性 `, "background: #f00; color: #fff; padding: 2px 2px; border-radius: 3px;");
|
|
5227
|
+
console.log(this.$props);
|
|
5225
5228
|
setTimeout(() => {
|
|
5226
5229
|
this.icon();
|
|
5227
5230
|
this.chatMainInitDrag();
|