commit
331930ab9c
@ -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');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user