代码更新 #74

Merged
charles merged 1 commits from main into prod 2026-03-27 11:41:42 +08:00
Showing only changes of commit f00852c5e7 - Show all commits

View File

@ -253,12 +253,12 @@ export default Vue.extend({
},
// ncmatch.cn
isNcmatchDomain() {
return window.location.hostname.includes('www.ncmatch.cn');
return window.location.hostname.includes('ncmatch.cn');
},
//
isActiveHome() {
if (this.isNcmatchDomain) {
return this.$route.path.includes('/ncmatchHomeindex');
return this.$route.path.includes('/ncmatchHome/index');
} else {
return this.$route.path.includes('/homePage/index');
}