首页面板

This commit is contained in:
yanwenwu
2018-11-16 18:27:51 +08:00
parent cd74f692ed
commit 0e0492978c
3 changed files with 129 additions and 2 deletions

View File

@@ -30,8 +30,14 @@ class Index extends Base
return $this->fetch();
}
/**
* main
*
* @time at 2018年11月16日
* @return mixed|string
*/
public function main()
{
return "this is main";
return $this->fetch();
}
}