求房源 中介跳转
This commit is contained in:
parent
acf3767e8b
commit
b35cb8069f
@ -115,7 +115,11 @@ let watchInfo=()=>{
|
||||
}
|
||||
|
||||
let watchAdv=()=>{
|
||||
|
||||
if(itemData.url){
|
||||
window.open(itemData.url)
|
||||
}else{
|
||||
watchInfo()
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
@ -60,7 +60,7 @@ const routes = [
|
||||
}
|
||||
},
|
||||
{//中介房源
|
||||
path: '/intermediaryHousing',
|
||||
path: '/intermediaryHousing/:type?/:data?/:areaItem?/:types?',
|
||||
component: () => import(/* webpackChunkName: "housing" */ '@/views/housingView/intermediary.vue'),
|
||||
meta: {
|
||||
title: '中介房源',
|
||||
@ -68,7 +68,7 @@ const routes = [
|
||||
}
|
||||
},
|
||||
{//求房源
|
||||
path: '/needHousing',
|
||||
path: '/needHousing/:type?/:data?/:areaItem?/:types?',
|
||||
component: () => import(/* webpackChunkName: "housing" */ '@/views/housingView/needHousing.vue'),
|
||||
meta: {
|
||||
title: '求房源',
|
||||
@ -76,7 +76,7 @@ const routes = [
|
||||
}
|
||||
},
|
||||
{//搜索
|
||||
path: '/seachPage',
|
||||
path: '/seachPage/:type?/:data?/:areaItem?/:types?',
|
||||
component: () => import(/* webpackChunkName: "seachPage" */ '@/views/seachIndex.vue'),
|
||||
meta: {
|
||||
title: '搜索',
|
||||
|
Loading…
x
Reference in New Issue
Block a user