首页显示空白问题

This commit is contained in:
2020-09-02 12:20:00 +08:00
parent 27da9c50ca
commit 67e3e80f88

View File

@@ -18,7 +18,7 @@ class Index extends Base {
*/ */
public function index() { public function index() {
$this->setSeo("网站首页", '网站首页', '网站首页'); $this->setSeo("网站首页", '网站首页', '网站首页');
// return $this->fetch(); return $this->fetch();
} }
public function miss(){ public function miss(){