中介房源
This commit is contained in:
@@ -39,6 +39,10 @@ const routes = [
|
||||
{//个人房源
|
||||
path:'/personHousing',
|
||||
component:()=> import(/* webpackChunkName: "housing" */ '@/views/housingView/person.vue')
|
||||
},
|
||||
{//中介房源
|
||||
path:'/intermediaryHousing',
|
||||
component:()=> import(/* webpackChunkName: "housing" */ '@/views/housingView/intermediary.vue')
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user