Compare commits

...

2 Commits

Author SHA1 Message Date
bf9202329f Merge pull request '代码更新' (#76) from main into prod
Reviewed-on: #76
2026-03-27 14:08:36 +08:00
hrx
0b0aad20bd 代码更新 2026-03-27 14:07:15 +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);
}
}
},