geek лет назад: 4
Родитель
Сommit
7ff20b90d3
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      application/index/controller/Index.php

+ 1 - 2
application/index/controller/Index.php

@@ -27,8 +27,7 @@ class Index {
         }
         var_dump($returnUrl);
         die();
-
-        header("Location:".$returnUrl);//跳转到直播观看页
+//        header("Location:".$returnUrl);//跳转到直播观看页
         //        redirect($returnUrl);
     }
 }