This commit is contained in:
A1300399510
2023-07-27 10:44:08 +08:00
parent b35cb8069f
commit 920e1a337c
5 changed files with 27 additions and 13 deletions

View File

@@ -95,7 +95,8 @@ const routes = [
path: "/apartmentDetail",
component: () => import(/* webpackChunkName: "housing" */ '@/views/apartmentDetail.vue'),
meta: {
title: "品牌公寓详情"
title: "品牌公寓详情",
path:'/apartmentDetail'
}
}
]