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: { methods: {
// //
goHomePage() { goHomePage() {
if (this.logoUrlOut) { this.$router.push(getHomePath())
window.location.href = this.logoUrlOut
} else {
window.location.href = 'https://www.opencomputing.cn/';
}
}, },
// //