代码更新 #77

Merged
charles merged 1 commits from main into prod 2026-03-27 14:15:34 +08:00
Showing only changes of commit 08d3b98315 - Show all commits

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