代码更新

This commit is contained in:
hrx 2026-03-27 14:39:40 +08:00
parent 8423395d72
commit 21830f3226

View File

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