Merge pull request '代码更新' (#85) from main into prod

Reviewed-on: #85
This commit is contained in:
charles 2026-03-27 15:51:52 +08:00
commit 331930ab9c

View File

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