代码更新

This commit is contained in:
hrx 2026-03-27 11:47:26 +08:00
parent f00852c5e7
commit bc8fa6f15d

View File

@ -667,8 +667,10 @@ export default Vue.extend({
// - // -
goHome() { goHome() {
console.log('当前域名:', window.location.href);
if (this.isNcmatchDomain) { if (this.isNcmatchDomain) {
this.$router.push('/ncmatchHome'); this.$router.push('/ncmatchHome/index');
} else { } else {
this.$router.push('/homePage/index'); this.$router.push('/homePage/index');
} }