mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
修改小问题
This commit is contained in:
@@ -6,6 +6,7 @@ use app\model\Category;
|
||||
use app\model\Nav;
|
||||
use app\model\Post;
|
||||
use app\model\PostCategory;
|
||||
use think\facade\View;
|
||||
use think\Request;
|
||||
|
||||
class Index extends Common
|
||||
@@ -19,7 +20,7 @@ class Index extends Common
|
||||
{
|
||||
//
|
||||
|
||||
return $this->fetch();
|
||||
return View::fetch();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user