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