...
|
...
|
@@ -148,19 +148,18 @@ export default { |
|
|
this.getAllInboxCatInfo();
|
|
|
|
|
|
this.PAGE_URL = window.location.href;
|
|
|
|
|
|
// 首页进入上报
|
|
|
},
|
|
|
async serverPrefetch() {
|
|
|
return this.fetchChannelList();
|
|
|
},
|
|
|
mounted() {
|
|
|
// 首页进入上报
|
|
|
this.$store.dispatch('reportYas', {
|
|
|
params: {
|
|
|
param: { },
|
|
|
appop: 'XY_UFO_MAIN_START'
|
|
|
}
|
|
|
});
|
|
|
},
|
|
|
async serverPrefetch() {
|
|
|
return this.fetchChannelList();
|
|
|
},
|
|
|
mounted() {
|
|
|
this.refreshProductList(this.active);
|
|
|
},
|
|
|
methods: {
|
...
|
...
|
|