commit
d3e3ec2b4c
@ -667,8 +667,10 @@ export default Vue.extend({
|
|||||||
|
|
||||||
// 首页跳转方法 - 根据域名判断跳转到不同的首页
|
// 首页跳转方法 - 根据域名判断跳转到不同的首页
|
||||||
goHome() {
|
goHome() {
|
||||||
|
console.log('当前域名:', window.location.href);
|
||||||
|
|
||||||
if (this.isNcmatchDomain) {
|
if (this.isNcmatchDomain) {
|
||||||
this.$router.push('/ncmatchHome');
|
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