This commit is contained in:
hrx 2026-04-21 16:33:08 +08:00
parent 6b880d2822
commit 8c9dcfcd54

View File

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