个人房源

This commit is contained in:
2023-07-13 15:45:55 +08:00
parent fdec30ad9c
commit 348057a649
4 changed files with 101 additions and 24 deletions

View File

@@ -35,6 +35,10 @@ const routes = [
meta: {
title: "我的"
}
},
{//个人房源
path:'/personHousing',
component:()=> import(/* webpackChunkName: "housing" */ '@/views/housingView/person.vue')
}
]