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 17871f1..4189ad4 100644 --- a/f/web-kboss/src/views/homePage/components/topBox/index.vue +++ b/f/web-kboss/src/views/homePage/components/topBox/index.vue @@ -670,9 +670,7 @@ export default Vue.extend({ console.log('当前域名:', window.location.href); if (this.isNcmatchDomain) { - this.$router.push('/ncmatchHome/index'); - } else { - this.$router.push('/homePage/index'); + this.$router.push(this.getHomePath); } } },