From 480e8649eceab12dd2af9026991533a326bcc22c Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Mon, 30 Mar 2026 14:42:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0=03=1B[A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f/web-kboss/src/views/homePage/components/topBox/index.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/f/web-kboss/src/views/homePage/components/topBox/index.vue b/f/web-kboss/src/views/homePage/components/topBox/index.vue index ae2b498..1240ebe 100644 --- a/f/web-kboss/src/views/homePage/components/topBox/index.vue +++ b/f/web-kboss/src/views/homePage/components/topBox/index.vue @@ -670,11 +670,7 @@ export default Vue.extend({ // 首页跳转方法 - 根据域名判断跳转到不同的首页 goHome() { - console.log('=== goHome 方法开始 ==='); - console.log('当前完整URL:', window.location.href); - console.log('当前hostname:', window.location.hostname); - console.log('isNcmatchDomain判断结果:', this.isNcmatchDomain); - console.log('准备跳转的路径:', this.isNcmatchDomain ? '/ncmatchHome/index' : '/homePage/index'); + console.log('当前域名:', window.location.href); if (this.isNcmatchDomain) { this.$router.push('/ncmatchHome/index');