1
0
Fork 0
develop
vine_liutk 2023-04-25 09:31:11 +08:00
parent 27cb9a7d52
commit 16aae8cfa2
2 changed files with 16 additions and 1 deletions

View File

@ -24,6 +24,21 @@ class IndexController extends BaseController
'system_theme_setting' => array_merge(
Admin::setting()->get('system_theme_setting', []),
[
"animateInDuration"=> 550,
"animateInType"=> "alpha",
"animateOutDuration" => 450,
"animateOutType"=> "alpha",
"breadcrumb"=> true,
"breadcrumbIcon" => false,
"footer"=> false,
"keepAlive"=> false,
"layoutMode"=> "default",
"loginTemplate"=> "default",
"menuWidth"=> 220,
"siderTheme"=>"light",
"theme"=>"light",
"themeColor"=>"#4080FF",
"topTheme"=> "light",
'enableTab' => config('admin.layout.tab_enable'),
'tabIcon' => config('admin.layout.tab_icon'),
]

View File

@ -38,7 +38,7 @@ class AdminMenuSeeder extends Seeder
],
['title' => '育秧中心', 'icon' => 'icon-park:lotus', 'url' => '', 'order'=>4,
'children' => [
['title' => '大棚控制', 'icon' => 'icon-park:link-one', 'url' => 'https://www.baidu.com', 'url_type'=>2, 'order'=>1],
// ['title' => '大棚控制', 'icon' => 'icon-park:link-one', 'url' => 'https://www.baidu.com', 'url_type'=>2, 'order'=>1],
['title' => '育秧列表', 'icon' => 'icon-park:more-app', 'url' => '/custom-region/yuyang', 'order'=>2],
]
],