李可松 4 years ago
parent
commit
e14fac6f29
  1. 4
      app/AdminAgent/Controllers/HomeController.php
  2. 6
      config/admin-agent.php

4
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());

6
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' => [],

Loading…
Cancel
Save