Compare commits

..

No commits in common. "43d989bf753f4b3969ba977140ce78255ad81d05" and "ea4d909c6a55c26643a88525d54ae87ee5fd5075" have entirely different histories.

View File

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