From 7e6c65067c8b61666d2bf5b7ac9c2c13e2b4b0eb Mon Sep 17 00:00:00 2001 From: jiannibang <271381693@qq.com> Date: Tue, 17 Jan 2023 13:15:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=B0=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E4=B8=8D=E8=BF=94=E5=9B=9E=E9=A6=96=E9=A1=B5=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PublicComponent/PublicComponent.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/PublicComponent/PublicComponent.vue b/src/components/PublicComponent/PublicComponent.vue index c6a7dc1..420687c 100644 --- a/src/components/PublicComponent/PublicComponent.vue +++ b/src/components/PublicComponent/PublicComponent.vue @@ -56,7 +56,6 @@ const hotRecommend = computed(() => indexList.value?.hotSearch?.slice(0, 5) ?? [ const handleHot = item => { const _ = shopList.value.find(_shop => _shop.shopId === item.shopId) - console.log(router.fullPath) router.push('/guide') store.SET_SHOP(null) setTimeout(() => { @@ -76,9 +75,9 @@ async function handleScreen() { window.Map_QM.changeMapIPState(shop.value?.houseNum, shop.value?.formatColor) setLogoutRef(false) resetClickNumber() - store.SET_SELECTED_MODULE(sidebarList.value[0].title) language.value !== 'zh' && store.SET_LANGUAGE('zh') - await router.push('/billboard') + store.SET_SHOP(null) + await router.push('/guide') } const timer = ref(null)