6
0
Fork 0

添加菜单图标

release
vine_liutk 2021-12-09 17:52:46 +08:00
parent 0f42e325f5
commit 336094f3ac
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ class AdminMenuSeeder extends Seeder
], ],
[ [
'title' => '运营管理', 'title' => '运营管理',
'icon' => 'fa fa-', 'icon' => 'fa fa-paw',
'uri'=>'', 'uri'=>'',
'children'=>[ 'children'=>[
[ [
@ -144,7 +144,7 @@ class AdminMenuSeeder extends Seeder
], ],
[ [
'title' => '系统管理', 'title' => '系统管理',
'icon' => 'fa fa-fw', 'icon' => 'feather icon-settings',
'uri' => '', 'uri' => '',
'children' =>[ 'children' =>[
[ [