Compare commits
2 Commits
e9a3fe5ad1
...
331930ab9c
| Author | SHA1 | Date | |
|---|---|---|---|
| 331930ab9c | |||
| 0b44cc1aea |
@ -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