This commit is contained in:
luJianJun 2023-07-28 10:46:42 +08:00
parent 96e7c86829
commit 65f43ea7db

View File

@ -1161,21 +1161,9 @@ let setNavigation = () => {
path: `${store.state.routeList['secondaryIndex'].path}`,
title: `${location[housingInfo['data']['info'].location]}${type[housingInfo['data']['info'].type]}`
}
} else if (pageType.value == 4) {
store.state.routeList['thirdIndex'] = {
path: {
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: ``
}
}else{
store.state.routeList['thirdIndex'] = ''
store.state.routeList['fourthIndex'] = ''
}
}
//