调整logo与后台名称

main
liutk 2024-04-15 15:11:28 +08:00
parent c9a7c25efc
commit 735b94ae26
3 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ class HomeController extends AdminController
public function index(): JsonResponse|JsonResource
{
$page = $this->basePage()->css($this->css())->body([
// amis()->IFrame()->src('')//数据驾驶仓地址-todo
Grid::make()->columns([
$this->frameworkInfo()->md(5),
Flex::make()->items([

View File

@ -2,7 +2,7 @@
return [
// 应用名称
'name' => 'Owl Admin',
'name' => '门店助手-管理后台',
// 应用 logo
'logo' => '/admin-assets/logo.png',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 317 KiB