updated 跳转

This commit is contained in:
mumuy 2022-02-21 16:35:49 +08:00
parent 984fd27a5e
commit ddc533442d

View File

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