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 } }) }