提交
This commit is contained in:
@@ -1161,21 +1161,9 @@ let setNavigation = () => {
|
|||||||
path: `${store.state.routeList['secondaryIndex'].path}`,
|
path: `${store.state.routeList['secondaryIndex'].path}`,
|
||||||
title: `${location[housingInfo['data']['info'].location]}${type[housingInfo['data']['info'].type]}`
|
title: `${location[housingInfo['data']['info'].location]}${type[housingInfo['data']['info'].type]}`
|
||||||
}
|
}
|
||||||
} else if (pageType.value == 4) {
|
}else{
|
||||||
store.state.routeList['thirdIndex'] = {
|
store.state.routeList['thirdIndex'] = ''
|
||||||
path: {
|
store.state.routeList['fourthIndex'] = ''
|
||||||
path: `${store.state.routeList['secondaryIndex'].path}`,
|
|
||||||
query: {
|
|
||||||
id: 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
title: ``
|
|
||||||
}
|
|
||||||
if (housingInfo['data']['info'].location.length > 0)
|
|
||||||
store.state.routeList['fourthIndex'] = {
|
|
||||||
path: `${store.state.routeList['secondaryIndex'].path}`,
|
|
||||||
title: ``
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//中介数据
|
//中介数据
|
||||||
|
|||||||
Reference in New Issue
Block a user