Compare commits
2 Commits
c0b3aa9d4d
...
060d85907c
| Author | SHA1 | Date | |
|---|---|---|---|
| 060d85907c | |||
| 21830f3226 |
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user