From 6bc2e32e9fe064a9b586e0b226b9bef67e40f1ba Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 26 Jun 2025 09:26:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8Flogo=E5=B9=B2=E6=8E=89?= =?UTF-8?q?=E6=88=BF=E5=B1=8B=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 10 ++++++++++ src/views/showings/components/HouseList.vue | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 7e0afd8..5fc4f6d 100644 --- a/index.html +++ b/index.html @@ -13,3 +13,13 @@ + + diff --git a/src/views/showings/components/HouseList.vue b/src/views/showings/components/HouseList.vue index db7bc77..686f95f 100644 --- a/src/views/showings/components/HouseList.vue +++ b/src/views/showings/components/HouseList.vue @@ -92,7 +92,7 @@ const getLabel = (tag) => { return dictArray.find((item) => item.dictValue === tag)?.dictLabel || tag; }; const toHouseDetail = (e) => { - console.log(e); + console.log(e) // router.push({ path: '/houseDetail', query: { deptId: e.apartmentId, id: e.houseTypeId } }) }