diff --git a/app/AdminAgent/Controllers/HomeController.php b/app/AdminAgent/Controllers/HomeController.php index 29ecf7f..58396c1 100644 --- a/app/AdminAgent/Controllers/HomeController.php +++ b/app/AdminAgent/Controllers/HomeController.php @@ -14,8 +14,8 @@ class HomeController extends Controller public function index(Content $content) { return $content - ->header('Dashboard') - ->description('Description...') + ->header('仪表盘') + ->description('数据详情') ->body(function (Row $row) { $row->column(6, function (Column $column) { $column->row(Dashboard::title()); diff --git a/config/admin-agent.php b/config/admin-agent.php index fd20364..978998e 100644 --- a/config/admin-agent.php +++ b/config/admin-agent.php @@ -11,7 +11,7 @@ return [ | login page. | */ - 'name' => 'Dcat Admin', + 'name' => '代理商管理后台', /* |-------------------------------------------------------------------------- @@ -86,7 +86,7 @@ return [ | Html title for all pages. | */ - 'title' => 'Admin', + 'title' => '代理商管理后台', /* |-------------------------------------------------------------------------- @@ -309,7 +309,7 @@ return [ */ 'layout' => [ // default, blue, blue-light, green - 'color' => 'default', + 'color' => 'blue-light', // sidebar-separate 'body_class' => [],