Compare commits

..

No commits in common. "07d53c7a689d6d97e3789a2fb997f1a277ca33a2" and "0cf32d95e4cc8d430d75e16f6c86bc98a500ec6d" have entirely different histories.

View File

@ -194,7 +194,11 @@ export default {
methods: {
//
goHomePage() {
this.$router.push(getHomePath())
if (this.logoUrlOut) {
window.location.href = this.logoUrlOut
} else {
window.location.href = 'https://www.opencomputing.cn/';
}
},
//