From 043fba6262b2862aef5b5d7d75a46e66397e9762 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Fri, 28 Jul 2023 11:49:56 +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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/detail.vue b/src/views/detail.vue index 1ad3646..3058334 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -1165,11 +1165,8 @@ let setNavigation = () => { areaItem: housingInfo['data']['info'].location.substring(0, 1), types: housingInfo['data']['info'].type }, -<<<<<<< HEAD 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]}` } }else{