作者 郭盛
1 个管道 的构建 通过 耗费 0 秒

调试

@@ -14,9 +14,7 @@ class Index extends Frontend @@ -14,9 +14,7 @@ class Index extends Frontend
14 14
15 public function index() 15 public function index()
16 { 16 {
17 -  
18 - return $this->view->fetch('home/index/hotel_index');  
19 -// $this->redirect('home/index/hotel_index'); 17 + $this->redirect('home/index/hotel_index');
20 } 18 }
21 19
22 } 20 }