浏览代码

Merge branch 'dev/v1.0.33_tsz' of jianyu/web into feature/v1.0.33

汤世哲 1 年之前
父节点
当前提交
1ad0577ea1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/bigmember_pc/src/views/workspace/components/SubscribeList.vue

+ 1 - 1
apps/bigmember_pc/src/views/workspace/components/SubscribeList.vue

@@ -65,7 +65,7 @@ export default {
       hasKey: (state) => state.workspace.subscribe.hasKey, // 是否有订阅关键词
       loading: (state) => state.workspace.subscribe.loading,
       loaded: (state) => state.workspace.subscribe.loaded,
-      subscribeList: (state) => state.workspace.subscribe.list.slice(0, 5),
+      subscribeList: (state) => state.workspace.subscribe.list.slice(0, 10),
       isRecommend: (state) => state.workspace.subscribe.isRecommend
     }),
     showRecommend() {