Compare commits
No commits in common. "bf9202329f39e15af3206ac900e12d83c3122263" and "d3e3ec2b4c9bf24a42662dfe8d57f62d36230813" have entirely different histories.
bf9202329f
...
d3e3ec2b4c
@ -670,7 +670,9 @@ export default Vue.extend({
|
|||||||
console.log('当前域名:', window.location.href);
|
console.log('当前域名:', window.location.href);
|
||||||
|
|
||||||
if (this.isNcmatchDomain) {
|
if (this.isNcmatchDomain) {
|
||||||
this.$router.push(this.getHomePath);
|
this.$router.push('/ncmatchHome/index');
|
||||||
|
} else {
|
||||||
|
this.$router.push('/homePage/index');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user