Compare commits

...

2 Commits

Author SHA1 Message Date
331930ab9c Merge pull request '代码更新' (#85) from main into prod
Reviewed-on: #85
2026-03-27 15:51:52 +08:00
hrx
0b44cc1aea 代码更新 2026-03-27 15:51:26 +08:00

View File

@ -271,7 +271,7 @@ export default Vue.extend({
console.log('当前域名',windows.location.hostname);
if (window.location.hostname === 'ncmatch.cn') {
this.$route.push('/ncmatchHome/index');
this.$router.push('/ncmatchHome/index');
} else {
this.$router.push('/homePage/index');
}