Authored by baoss

添加进入首页上报

... ... @@ -118,6 +118,13 @@ export default {
},
activated() {
this.PAGE_URL = window.location.href;
// 首页进入上报
this.$store.dispatch('reportYas', {
params: {
param: { },
appop: 'XY_UFO_MAIN_START'
}
});
if (!this.channelList.list || !this.channelList.list.length) {
this.fetchChannelList();
}
... ...