个人房源列表

This commit is contained in:
2023-07-17 10:45:10 +08:00
parent 5760d0890b
commit 763daf2ab0
8 changed files with 122 additions and 34 deletions

View File

@@ -15,5 +15,8 @@ export default{
},
getLocationData:(params={})=>{//地区选择数据
return axios.get('/tenement/pc/api/home/getLocationData',params)
},
getLists:(params={})=>{//获取搜索数据 个人/中介/求房源
return axios.post('/tenement/pc/api/lists',params)
}
}