Merge pull request '代码更新' (#77) from main into prod

Reviewed-on: #77
This commit is contained in:
charles 2026-03-27 14:15:33 +08:00
commit a1694102e5

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);