diff --git a/app/admin/controller/Index.php b/app/admin/controller/Index.php index 145fcae13..faa3c7851 100644 --- a/app/admin/controller/Index.php +++ b/app/admin/controller/Index.php @@ -51,7 +51,7 @@ class Index extends Controller } else { $this->title = '系统管理后台'; $this->isSuper = AdminService::instance()->isSuper(); - $this->fetch(); + $this->fetch('layout'); } } diff --git a/app/admin/view/index/layout-left.html b/app/admin/view/index/layout-left.html new file mode 100644 index 000000000..2cb1ff96d --- /dev/null +++ b/app/admin/view/index/layout-left.html @@ -0,0 +1,52 @@ +
\ No newline at end of file diff --git a/app/admin/view/index/layout-top.html b/app/admin/view/index/layout-top.html new file mode 100644 index 000000000..687507886 --- /dev/null +++ b/app/admin/view/index/layout-top.html @@ -0,0 +1,46 @@ +