Compare commits
No commits in common. "07d53c7a689d6d97e3789a2fb997f1a277ca33a2" and "0cf32d95e4cc8d430d75e16f6c86bc98a500ec6d" have entirely different histories.
07d53c7a68
...
0cf32d95e4
@ -194,7 +194,11 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
// 跳转到首页
|
// 跳转到首页
|
||||||
goHomePage() {
|
goHomePage() {
|
||||||
this.$router.push(getHomePath())
|
if (this.logoUrlOut) {
|
||||||
|
window.location.href = this.logoUrlOut
|
||||||
|
} else {
|
||||||
|
window.location.href = 'https://www.opencomputing.cn/';
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// 获取城市数据
|
// 获取城市数据
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user