From 952f2fee1538342be567ddb33d5837d21ba82353 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 25 Jun 2025 09:39:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B2=E6=8E=89=E8=B7=B3=E8=BD=AC=E6=88=BF?= =?UTF-8?q?=E5=B1=8B=E8=AF=A6=E6=83=85=20=E7=AB=8B=E6=96=B9=E6=94=B9?= =?UTF-8?q?=E5=B9=B3=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/showings/components/HouseList.vue | 2 +- src/views/showings/houseDetail.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/showings/components/HouseList.vue b/src/views/showings/components/HouseList.vue index 3a8facf..db7bc77 100644 --- a/src/views/showings/components/HouseList.vue +++ b/src/views/showings/components/HouseList.vue @@ -93,7 +93,7 @@ const getLabel = (tag) => { }; const toHouseDetail = (e) => { console.log(e); - router.push({ path: '/houseDetail', query: { deptId: e.apartmentId, id: e.houseTypeId } }) + // router.push({ path: '/houseDetail', query: { deptId: e.apartmentId, id: e.houseTypeId } }) }