Compare commits
No commits in common. "060d85907c551ffb91e22e411d66f773d3a1e6a6" and "c0b3aa9d4d9c0b9b74e6d81bc34a94e9317bf2f4" have entirely different histories.
060d85907c
...
c0b3aa9d4d
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user