This commit is contained in:
2023-07-27 17:33:23 +08:00
parent 67c90001e0
commit e74551fa8c
6 changed files with 62 additions and 28 deletions

View File

@@ -52,7 +52,7 @@ const routes = [
}
},
{//个人房源
path: '/personHousing/:type?/:data?/:areaItem?/:types?',
path: '/personHousing',
component: () => import(/* webpackChunkName: "housing" */ '@/views/housingView/person.vue'),
meta: {
title: '个人房源',