Compare commits

..

No commits in common. "331930ab9c352dfb1ceadbf47dcb2d3f6687ab88" and "e9a3fe5ad1e9ca85f3e2cf331b4dbe638271b009" have entirely different histories.

View File

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