Explorar el Código

feat():授权

geek hace 4 años
padre
commit
7ff20b90d3
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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);
     }
 }