增加咨询右下角组件
This commit is contained in:
@@ -78,6 +78,13 @@ const routes = [
|
||||
meta: {
|
||||
title: "品牌公寓"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/apartmentDetail",
|
||||
component: () => import(/* webpackChunkName: "housing" */ '@/views/apartmentDetail.vue'),
|
||||
meta: {
|
||||
title: "品牌公寓详情"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user