From f00852c5e7ec3efa7588f38687ed0a2e78b718af Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Fri, 27 Mar 2026 11:40:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0?= 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 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 8c5077e..535b6b4 100644 --- a/f/web-kboss/src/views/homePage/components/topBox/index.vue +++ b/f/web-kboss/src/views/homePage/components/topBox/index.vue @@ -253,12 +253,12 @@ export default Vue.extend({ }, // 判断当前是否为ncmatch.cn域名 isNcmatchDomain() { - return window.location.hostname.includes('www.ncmatch.cn'); + return window.location.hostname.includes('ncmatch.cn'); }, // 首页激活状态计算 isActiveHome() { if (this.isNcmatchDomain) { - return this.$route.path.includes('/ncmatchHomeindex'); + return this.$route.path.includes('/ncmatchHome/index'); } else { return this.$route.path.includes('/homePage/index'); }