首页
This commit is contained in:
@@ -203,6 +203,7 @@ watchEffect(() => {
|
|||||||
seachTypeData.data = store.state.seachTypeData
|
seachTypeData.data = store.state.seachTypeData
|
||||||
indexData.data = store.state.indexData
|
indexData.data = store.state.indexData
|
||||||
ListSelectBtn.data = store.state.ListSelectBtn
|
ListSelectBtn.data = store.state.ListSelectBtn
|
||||||
|
if (indexData.data.length) {
|
||||||
indexData.data.tabs.map(res => {
|
indexData.data.tabs.map(res => {
|
||||||
if (res.name === "个人房源") {
|
if (res.name === "个人房源") {
|
||||||
res.path = '/personHousing'
|
res.path = '/personHousing'
|
||||||
@@ -215,6 +216,8 @@ watchEffect(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
//公寓数据
|
//公寓数据
|
||||||
|
|||||||
Reference in New Issue
Block a user