开始官网模板

This commit is contained in:
augushong
2020-04-19 13:18:57 +08:00
parent 1ec8c07250
commit 9910dd3e6d
42 changed files with 1435 additions and 219 deletions

View File

@@ -5,7 +5,7 @@ namespace app\index\controller;
use think\facade\View;
use think\Request;
class Index extends BaseController
class Index extends Common
{
/**
* 显示资源列表
@@ -16,9 +16,7 @@ class Index extends BaseController
{
//
dump($this->request->action());
return $this->fetch('');
return $this->fetch();
}
/**