Merge pull request 'updata' (#97) from main into prod

Reviewed-on: #97
This commit is contained in:
charles 2026-04-21 16:34:17 +08:00
commit 07d53c7a68

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