提交
This commit is contained in:
@@ -1165,11 +1165,8 @@ let setNavigation = () => {
|
|||||||
areaItem: housingInfo['data']['info'].location.substring(0, 1),
|
areaItem: housingInfo['data']['info'].location.substring(0, 1),
|
||||||
types: housingInfo['data']['info'].type
|
types: housingInfo['data']['info'].type
|
||||||
},
|
},
|
||||||
<<<<<<< HEAD
|
|
||||||
path: `${store.state.routeList['secondaryIndex'].path}`,
|
path: `${store.state.routeList['secondaryIndex'].path}`,
|
||||||
=======
|
|
||||||
path: `${store.state.routeList['secondaryIndex'].path}}/${JSON.stringify({ name: location[housingInfo['data']['info'].location.substring(0, 1)] })}/${JSON.stringify({ type: 'types', data: { name: type[housingInfo['data']['info'].type.substring(0, 3)], id: housingInfo['data']['info'].type } })}`,
|
|
||||||
>>>>>>> 2d161e5 (封装组件和修改bug)
|
|
||||||
title: `${location[housingInfo['data']['info'].location]}${type[housingInfo['data']['info'].type]}`
|
title: `${location[housingInfo['data']['info'].location]}${type[housingInfo['data']['info'].type]}`
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
Reference in New Issue
Block a user