From 65f43ea7db5d5354d7b4b5aceeed336b5f3851f0 Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Fri, 28 Jul 2023 10:46:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/detail.vue | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/src/views/detail.vue b/src/views/detail.vue index a34bc57..099b37e 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -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'] = '' } } //中介数据