Compare commits

..

No commits in common. "060d85907c551ffb91e22e411d66f773d3a1e6a6" and "c0b3aa9d4d9c0b9b74e6d81bc34a94e9317bf2f4" have entirely different histories.

View File

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