Compare commits
2 Commits
d3e3ec2b4c
...
bf9202329f
| Author | SHA1 | Date | |
|---|---|---|---|
| bf9202329f | |||
| 0b0aad20bd |
@ -670,9 +670,7 @@ export default Vue.extend({
|
|||||||
console.log('当前域名:', window.location.href);
|
console.log('当前域名:', window.location.href);
|
||||||
|
|
||||||
if (this.isNcmatchDomain) {
|
if (this.isNcmatchDomain) {
|
||||||
this.$router.push('/ncmatchHome/index');
|
this.$router.push(this.getHomePath);
|
||||||
} else {
|
|
||||||
this.$router.push('/homePage/index');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user