generated from liutk/owl-admin-base
调整logo与后台名称
parent
c9a7c25efc
commit
735b94ae26
|
|
@ -20,6 +20,7 @@ class HomeController extends AdminController
|
||||||
public function index(): JsonResponse|JsonResource
|
public function index(): JsonResponse|JsonResource
|
||||||
{
|
{
|
||||||
$page = $this->basePage()->css($this->css())->body([
|
$page = $this->basePage()->css($this->css())->body([
|
||||||
|
// amis()->IFrame()->src('')//数据驾驶仓地址-todo
|
||||||
Grid::make()->columns([
|
Grid::make()->columns([
|
||||||
$this->frameworkInfo()->md(5),
|
$this->frameworkInfo()->md(5),
|
||||||
Flex::make()->items([
|
Flex::make()->items([
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
// 应用名称
|
// 应用名称
|
||||||
'name' => 'Owl Admin',
|
'name' => '门店助手-管理后台',
|
||||||
|
|
||||||
// 应用 logo
|
// 应用 logo
|
||||||
'logo' => '/admin-assets/logo.png',
|
'logo' => '/admin-assets/logo.png',
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 317 KiB |
Loading…
Reference in New Issue