重新调整分享的菜单位置
parent
ce04904b10
commit
58c3070674
|
|
@ -80,6 +80,11 @@ class AdminMenuSeeder extends Seeder
|
||||||
'icon' => '',
|
'icon' => '',
|
||||||
'uri' => 'app-versions',
|
'uri' => 'app-versions',
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'title' => '分享管理',
|
||||||
|
'icon' => '',
|
||||||
|
'uri' => 'share-bgs',
|
||||||
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
@ -122,11 +127,6 @@ class AdminMenuSeeder extends Seeder
|
||||||
'icon' => '',
|
'icon' => '',
|
||||||
'uri' => 'product-buynotes',
|
'uri' => 'product-buynotes',
|
||||||
],
|
],
|
||||||
[
|
|
||||||
'title' => '分享管理',
|
|
||||||
'icon' => '',
|
|
||||||
'uri' => 'share-bgs',
|
|
||||||
],
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue