Browse Source

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

汤世哲 1 year ago
parent
commit
1ad0577ea1

+ 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() {