Compare commits

..

2 Commits

Author SHA1 Message Date
07d53c7a68 Merge pull request 'updata' (#97) from main into prod
Reviewed-on: #97
2026-04-21 16:34:17 +08:00
hrx
8c9dcfcd54 updata 2026-04-21 16:33:08 +08:00

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