娄梦宁 3 years ago
parent
commit
ca27547e30
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      application/index/controller/Index.php

+ 2
- 0
application/index/controller/Index.php View File

@@ -13,6 +13,8 @@ class Index extends Frontend

public function index()
{
header("location:/hotel.php");
exit();
return $this->view->fetch();
}



Loading…
Cancel
Save