watch: { $route(to) { console.log(to) if (to.path.indexOf('index') != -1) { //路由变化后重新获取帖子列表 this.$http.get('/api/communityList').then((res) => { if (res.data.errCode === 0) { let getRes = res.data.data.hotList this.postList = getRes } }) } } }
watch: { $route(to) { console.log(to) if (to.path.indexOf('index') != -1) { //路由变化后重新获取帖子列表 this.$http.get('/api/communityList').then((res) => { if (res.data.errCode === 0) { let getRes = res.data.data.hotList this.postList = getRes } }) } } }
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。