代码更新 #76

Merged
charles merged 1 commits from main into prod 2026-03-27 14:08:37 +08:00

View File

@ -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);
}
}
},