updated bug修复

This commit is contained in:
mumuy
2021-11-16 13:01:43 +08:00
parent 4924b1dd24
commit f8fe8c9f56
8 changed files with 22 additions and 16 deletions

View File

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