updata #97

Merged
charles merged 1 commits from main into prod 2026-04-21 16:34:17 +08:00

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/';
}
}, },
// //