搜索页面
This commit is contained in:
@@ -46,16 +46,33 @@ const routes = [
|
||||
},
|
||||
{//个人房源
|
||||
path: '/personHousing',
|
||||
component: () => import(/* webpackChunkName: "housing" */ '@/views/housingView/person.vue')
|
||||
component: () => import(/* webpackChunkName: "housing" */ '@/views/housingView/person.vue'),
|
||||
meta:{
|
||||
title:'个人房源'
|
||||
}
|
||||
},
|
||||
{//中介房源
|
||||
path: '/intermediaryHousing',
|
||||
component: () => import(/* webpackChunkName: "housing" */ '@/views/housingView/intermediary.vue')
|
||||
component: () => import(/* webpackChunkName: "housing" */ '@/views/housingView/intermediary.vue'),
|
||||
meta:{
|
||||
title:'中介房源'
|
||||
}
|
||||
},
|
||||
{//求房源
|
||||
path: '/needHousing',
|
||||
component: () => import(/* webpackChunkName: "housing" */ '@/views/housingView/needHousing.vue')
|
||||
}, {
|
||||
component: () => import(/* webpackChunkName: "housing" */ '@/views/housingView/needHousing.vue'),
|
||||
meta:{
|
||||
title:'求房源'
|
||||
}
|
||||
},
|
||||
{//搜索
|
||||
path:'/seachPage',
|
||||
component:()=> import(/* webpackChunkName: "seachPage" */ '@/views/seachIndex.vue'),
|
||||
meta:{
|
||||
title:'搜索'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/apartment",
|
||||
component: () => import(/* webpackChunkName: "housing" */ '@/views/housingView/apartment.vue'),
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user