代码更新

This commit is contained in:
hrx 2026-03-27 15:51:26 +08:00
parent 4fde9600cd
commit 0b44cc1aea

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');
}