* Refactor doc::index method.

This commit is contained in:
tianshujie
2023-11-28 08:50:40 +08:00
parent 7f037b7ae3
commit 8ea5bd3bbb
+2 -2
View File
@@ -30,14 +30,14 @@ class doc extends control
}
/**
* Go to browse page.
* 文档仪表盘。
* Document dashboard.
*
* @access public
* @return void
*/
public function index()
{
$this->view->title = $this->lang->doc->common . $this->lang->colon . $this->lang->doc->index;
echo $this->fetch('block', 'dashboard', 'dashboard=doc');
}