代码更新 #79

Merged
charles merged 1 commits from main into prod 2026-03-27 14:40:05 +08:00

View File

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