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

Reviewed-on: #79
This commit is contained in:
charles 2026-03-27 14:40:04 +08:00
commit 060d85907c

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() {