updated 顺序调整

This commit is contained in:
PASSER-BY
2021-11-23 00:55:45 +08:00
parent d875c15216
commit c509802710
4 changed files with 7 additions and 7 deletions

View File

@@ -15,8 +15,8 @@
<link rel="stylesheet" href="style/index.css">
<script type="text/javascript">
setTimeout(function(){
if(location.hostname.indexOf('passer-by.com')<0){
//location.href = 'http://passer-by.com/';
if(location.hostname.indexOf('passer-by.com')==-1){
location.href = 'http://passer-by.com/';
}else if( window.top != window.self ) {
window.top.location = self.location.href;
}