代码更新 #85

Merged
charles merged 1 commits from main into prod 2026-03-27 15:51:52 +08:00
Showing only changes of commit 0b44cc1aea - Show all commits

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