代码更新 #70

Merged
charles merged 1 commits from main into prod 2026-02-03 17:53:23 +08:00
Showing only changes of commit 93e6267530 - Show all commits

View File

@ -253,7 +253,7 @@ export default Vue.extend({
},
// ncmatch.cn
isNcmatchDomain() {
return window.location.hostname.includes('ncmatch.cn');
return window.location.hostname.includes('www.ncmatch.cn');
},
//
isActiveHome() {