代码更新 #74

Merged
charles merged 1 commits from main into prod 2026-03-27 11:41:42 +08:00

View File

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