mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 18:12:50 +08:00
开始文档
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace app\index\controller;
|
||||
|
||||
use app\model\Category;
|
||||
use app\model\Nav;
|
||||
use app\model\Post;
|
||||
use app\model\PostCategory;
|
||||
use think\Request;
|
||||
@@ -21,6 +22,13 @@ class Index extends Common
|
||||
return $this->fetch();
|
||||
}
|
||||
|
||||
public function __documentsIndex()
|
||||
{
|
||||
$list_index_documents_nav = Nav::where('type',9)->select();
|
||||
|
||||
$this->assign('list_index_documents_nav',$list_index_documents_nav);
|
||||
}
|
||||
|
||||
public function __articlesIndex()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user