提交 3c805ce1 编写于 作者: zhongyao.qiao's avatar zhongyao.qiao

fix 日志上报问题:增加enter标识

上级 fe8c04d3
...@@ -342,16 +342,19 @@ export default { ...@@ -342,16 +342,19 @@ export default {
this.getTaiBaoUserInfo(); this.getTaiBaoUserInfo();
} }
this.initInsurancePath(); this.initInsurancePath();
this.$sendBuriedData({ this.$sendBuriedData(
action: 'ACTION_WEB_ENTER', {
component_tag: '7802964#0#0#保险入口页面', action: 'ACTION_WEB_ENTER',
web_data: { component_tag: '7802964#0#0#保险入口页面',
projectEquityNo: projectEquityNo, web_data: {
externalOrderNo: externalOrderNo, projectEquityNo: projectEquityNo,
rightsNo: rightsNo, externalOrderNo: externalOrderNo,
channelCode: channelCode || '', rightsNo: rightsNo,
channelCode: channelCode || '',
},
}, },
}); 'enter'
);
}, },
methods: { methods: {
getTaiBaoUserInfo() { getTaiBaoUserInfo() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册