Browse Source

Merge branch 'feature_20250428_埋点' into uat(dev)

zhujindu 6 months ago
parent
commit
e75af221e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/storeManagement/storeDetail.vue

+ 1 - 1
src/views/storeManagement/storeDetail.vue

@@ -639,7 +639,7 @@ export default {
       handler(val) {
         let params = {
           systemModel: '客户详情',
-          buryingPointType: 1,
+          buryingPointType: 6,
           buryingPointValue: val == 'insidePlan' ? '客户详情-基础信息' : '客户详情-属性信息',
           buryingPointName: val == 'insidePlan' ? '基础信息' : '属性信息',
           buryingPointPosition: val == 'insidePlan' ? '客户详情-基础信息' : '客户详情-属性信息',