|
@ -568,7 +568,7 @@ export default { |
|
|
clickAgencyItem(item) { |
|
|
clickAgencyItem(item) { |
|
|
console.log(item); |
|
|
console.log(item); |
|
|
if (item.level === 'neighborHood') { |
|
|
if (item.level === 'neighborHood') { |
|
|
this.$router.push('/homeDetails/index?id=' + item.id) |
|
|
this.$router.push('/homeDetails/index?id=' + item.id + '&breadList='+JSON.stringify(this.breadList)) |
|
|
} else { |
|
|
} else { |
|
|
this.toBread({ |
|
|
this.toBread({ |
|
|
orgId: item.id, |
|
|
orgId: item.id, |
|
|