updated 两者组合查询时性别判断优化

This commit is contained in:
mumuy
2022-02-18 18:35:48 +08:00
parent ef1131f034
commit 6f967a8ad6
4 changed files with 43 additions and 24 deletions

View File

@@ -16,7 +16,7 @@
<script type="text/javascript">
setTimeout(function(){
if(location.hostname.indexOf('passer-by.com')==-1){
location.href = 'http://passer-by.com/';
// location.href = 'http://passer-by.com/';
}else if( window.top != window.self ) {
window.top.location = self.location.href;
}