|
@@ -65,7 +65,7 @@ export default {
|
|
hasKey: (state) => state.workspace.subscribe.hasKey, // 是否有订阅关键词
|
|
hasKey: (state) => state.workspace.subscribe.hasKey, // 是否有订阅关键词
|
|
loading: (state) => state.workspace.subscribe.loading,
|
|
loading: (state) => state.workspace.subscribe.loading,
|
|
loaded: (state) => state.workspace.subscribe.loaded,
|
|
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
|
|
isRecommend: (state) => state.workspace.subscribe.isRecommend
|
|
}),
|
|
}),
|
|
showRecommend() {
|
|
showRecommend() {
|