Compare commits
2 Commits
bf9202329f
...
a1694102e5
| Author | SHA1 | Date | |
|---|---|---|---|
| a1694102e5 | |||
| 08d3b98315 |
@ -667,7 +667,7 @@ export default Vue.extend({
|
||||
|
||||
// 首页跳转方法 - 根据域名判断跳转到不同的首页
|
||||
goHome() {
|
||||
console.log('当前域名:', window.location.href);
|
||||
console.log('当前域名:', this.getHomePath);
|
||||
|
||||
if (this.isNcmatchDomain) {
|
||||
this.$router.push(this.getHomePath);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user