Authored by baoss

添加进入首页上报

@@ -118,6 +118,13 @@ export default { @@ -118,6 +118,13 @@ export default {
118 }, 118 },
119 activated() { 119 activated() {
120 this.PAGE_URL = window.location.href; 120 this.PAGE_URL = window.location.href;
  121 + // 首页进入上报
  122 + this.$store.dispatch('reportYas', {
  123 + params: {
  124 + param: { },
  125 + appop: 'XY_UFO_MAIN_START'
  126 + }
  127 + });
121 if (!this.channelList.list || !this.channelList.list.length) { 128 if (!this.channelList.list || !this.channelList.list.length) {
122 this.fetchChannelList(); 129 this.fetchChannelList();
123 } 130 }