Compare commits

..

2 Commits

Author SHA1 Message Date
d3e3ec2b4c Merge pull request '代码更新' (#75) from main into prod
Reviewed-on: #75
2026-03-27 11:47:54 +08:00
hrx
bc8fa6f15d 代码更新 2026-03-27 11:47:26 +08:00

View File

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