diff --git a/src/views/home/index.vue b/src/views/home/index.vue index ebf53b7..5f90c34 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -247,8 +247,9 @@ export default { } }, toDetail(item){ + console.log(item.id,"sldkf") if(item.coverPic){ - this.$router.push({name:'communityPublicityDetail',query:{item:JSON.stringify(item)}}) + this.$router.push({name:'communityPublicityDetail',query:{id:item.id}}) } }, async querystaffmessage(){