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'); }