updata #97

Merged
charles merged 1 commits from main into prod 2026-04-21 16:34:17 +08:00
Showing only changes of commit 8c9dcfcd54 - Show all commits

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())
},
//