From 3984e9e79ea4279f5133008a334d8e63a9b316fb Mon Sep 17 00:00:00 2001 From: shuaiguo <coldplayguo@gmail.com> Date: Mon, 4 Nov 2019 17:27:59 +0800 Subject: [PATCH] fix(首页):移除未读信息查询 --- apps/pages/home/channel/channel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/pages/home/channel/channel.vue b/apps/pages/home/channel/channel.vue index ba91b11..5ab754a 100644 --- a/apps/pages/home/channel/channel.vue +++ b/apps/pages/home/channel/channel.vue @@ -148,7 +148,7 @@ export default { this.fetchChannelList(); } this.init(); - this.getAllInboxCatInfo(); + // this.getAllInboxCatInfo(); this.PAGE_URL = window.location.href; }, -- libgit2 0.24.0