From 0b44cc1aeae99144945f2b77320f1f973bff0bda Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Fri, 27 Mar 2026 15:51:26 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5d06173..d620f0d 100644 --- a/f/web-kboss/src/views/homePage/components/topBox/index.vue +++ b/f/web-kboss/src/views/homePage/components/topBox/index.vue @@ -271,7 +271,7 @@ export default Vue.extend({ console.log('当前域名',windows.location.hostname); if (window.location.hostname === 'ncmatch.cn') { - this.$route.push('/ncmatchHome/index'); + this.$router.push('/ncmatchHome/index'); } else { this.$router.push('/homePage/index'); }