Compare commits
No commits in common. "d3e3ec2b4c9bf24a42662dfe8d57f62d36230813" and "b2d76b3779c25b8ab394ff4ac959e40f763d6e8d" have entirely different histories.
d3e3ec2b4c
...
b2d76b3779
@ -667,10 +667,8 @@ export default Vue.extend({
|
|||||||
|
|
||||||
// 首页跳转方法 - 根据域名判断跳转到不同的首页
|
// 首页跳转方法 - 根据域名判断跳转到不同的首页
|
||||||
goHome() {
|
goHome() {
|
||||||
console.log('当前域名:', window.location.href);
|
|
||||||
|
|
||||||
if (this.isNcmatchDomain) {
|
if (this.isNcmatchDomain) {
|
||||||
this.$router.push('/ncmatchHome/index');
|
this.$router.push('/ncmatchHome');
|
||||||
} else {
|
} else {
|
||||||
this.$router.push('/homePage/index');
|
this.$router.push('/homePage/index');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user