diff --git a/src/components/biserialListItem/biserialListItem.vue b/src/components/biserialListItem/biserialListItem.vue index a3dae46..fe00e4d 100644 --- a/src/components/biserialListItem/biserialListItem.vue +++ b/src/components/biserialListItem/biserialListItem.vue @@ -195,14 +195,7 @@ let watchInfo = () => { } } // console.log(document.location.origin) - // return window.open(`${document.location.origin}/detail?id=${data.data.uniqid}`) - // router.push({ - // path: '/detail', - // query: { - // id: data.data.uniqid, - // } - // }) } onMounted(() => { diff --git a/src/components/indexWaterfallBox/indexWaterfallBox.vue b/src/components/indexWaterfallBox/indexWaterfallBox.vue index c0adcdb..f811728 100644 --- a/src/components/indexWaterfallBox/indexWaterfallBox.vue +++ b/src/components/indexWaterfallBox/indexWaterfallBox.vue @@ -116,7 +116,6 @@ location.data = store.state.indexData.config.location let router = useRouter() let watchInfo = () => { - // console.log(router,window.location.href) window.open(`${document.location.origin}/${itemData.type === 'apartment' ? 'apartmentDetail' : 'detail'}?${itemData.type == 'apartment' ? "uniqid" : "id"}=${itemData.type == 'apartment' ? itemData.id : itemData.uniqid}`) // router.push({ // path: itemData.type === 'apartment' ? '/apartmentDetail' : '/detail', diff --git a/src/components/pageTopBar/pageTopBar.vue b/src/components/pageTopBar/pageTopBar.vue index 5efb0c8..aed2165 100644 --- a/src/components/pageTopBar/pageTopBar.vue +++ b/src/components/pageTopBar/pageTopBar.vue @@ -164,7 +164,7 @@ const goIndex = () => router.push("/") -