diff --git a/common/js/customer-service.js b/common/js/customer-service.js
index 22a0857..a4b7cac 100644
--- a/common/js/customer-service.js
+++ b/common/js/customer-service.js
@@ -14,6 +14,7 @@ export class CustomerService {
*/
getPlatformConfig() {
const servicerConfig = this.vm.$store.state.servicerConfig;
+ console.log(`客服配置:`, servicerConfig)
if (!servicerConfig) return null;
// #ifdef H5
diff --git a/components/hover-nav/hover-nav.vue b/components/hover-nav/hover-nav.vue
index 7d3d637..aa8baa7 100644
--- a/components/hover-nav/hover-nav.vue
+++ b/components/hover-nav/hover-nav.vue
@@ -1,18 +1,23 @@
-