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

Reviewed-on: #74
This commit is contained in:
charles 2026-03-27 11:41:42 +08:00
commit b2d76b3779

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