diff --git a/app/admin/controller/Status.php b/app/admin/controller/Status.php deleted file mode 100644 index 839dc23..0000000 --- a/app/admin/controller/Status.php +++ /dev/null @@ -1,9 +0,0 @@ - 228, "title" => "系统状态", "icon" => "fa fa-info-circle", - "href" => "status/index", + "href" => "system.status/index", "params" => "", "target" => "_self", "sort" => 0, diff --git a/extend/base/admin/view/status/index.html b/extend/base/admin/view/system/status/index.html similarity index 100% rename from extend/base/admin/view/status/index.html rename to extend/base/admin/view/system/status/index.html diff --git a/extend/base/admin/view/status/index.js b/extend/base/admin/view/system/status/index.js similarity index 100% rename from extend/base/admin/view/status/index.js rename to extend/base/admin/view/system/status/index.js