代码更新

This commit is contained in:
hrx 2026-03-27 14:14:41 +08:00
parent 0b0aad20bd
commit 08d3b98315

View File

@ -667,7 +667,7 @@ export default Vue.extend({
// -
goHome() {
console.log('当前域名:', window.location.href);
console.log('当前域名:', this.getHomePath);
if (this.isNcmatchDomain) {
this.$router.push(this.getHomePath);