mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
完成分类和文章的模板设置
This commit is contained in:
@@ -5,7 +5,7 @@ namespace app\index\controller;
|
||||
use think\facade\View;
|
||||
use think\Request;
|
||||
|
||||
class Index
|
||||
class Index extends BaseController
|
||||
{
|
||||
/**
|
||||
* 显示资源列表
|
||||
@@ -15,7 +15,10 @@ class Index
|
||||
public function index()
|
||||
{
|
||||
//
|
||||
return View::fetch();
|
||||
|
||||
dump($this->request->action());
|
||||
|
||||
return $this->fetch('');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user