Compare commits

..

2 Commits

Author SHA1 Message Date
060d85907c Merge pull request '代码更新' (#79) from main into prod
Reviewed-on: #79
2026-03-27 14:40:04 +08:00
hrx
21830f3226 代码更新 2026-03-27 14:39:40 +08:00

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