main #92

Merged
charles merged 2 commits from main into prod 2026-03-30 14:46:44 +08:00
Showing only changes of commit 480e8649ec - Show all commits

View File

@ -670,11 +670,7 @@ export default Vue.extend({
// - // -
goHome() { goHome() {
console.log('=== goHome 方法开始 ==='); console.log('当前域名:', window.location.href);
console.log('当前完整URL:', window.location.href);
console.log('当前hostname:', window.location.hostname);
console.log('isNcmatchDomain判断结果:', this.isNcmatchDomain);
console.log('准备跳转的路径:', this.isNcmatchDomain ? '/ncmatchHome/index' : '/homePage/index');
if (this.isNcmatchDomain) { if (this.isNcmatchDomain) {
this.$router.push('/ncmatchHome/index'); this.$router.push('/ncmatchHome/index');