|
@@ -50,6 +50,24 @@ return array
|
|
# 父级菜单
|
|
# 父级菜单
|
|
'menu' => array
|
|
'menu' => array
|
|
(
|
|
(
|
|
|
|
+ # 平台管理
|
|
|
|
+ 'setting' => array
|
|
|
|
+ (
|
|
|
|
+ 'name' => '配置',
|
|
|
|
+ 'icon' => 'settings-line',
|
|
|
|
+ 'sort' => '99',
|
|
|
|
+ 'module' => 'platform',
|
|
|
|
+ ),
|
|
|
|
+
|
|
|
|
+ # 领域管理
|
|
|
|
+ 'sector' => array
|
|
|
|
+ (
|
|
|
|
+ 'name' => '配置',
|
|
|
|
+ 'icon' => 'settings-line',
|
|
|
|
+ 'sort' => '100',
|
|
|
|
+ 'module' => 'sector',
|
|
|
|
+ ),
|
|
|
|
+
|
|
# 领域身份模块下的菜单
|
|
# 领域身份模块下的菜单
|
|
'sector_place_order' => array
|
|
'sector_place_order' => array
|
|
(
|
|
(
|
|
@@ -75,6 +93,14 @@ return array
|
|
'module' => 'sector_place',
|
|
'module' => 'sector_place',
|
|
'app' => 'place_channel',
|
|
'app' => 'place_channel',
|
|
),
|
|
),
|
|
|
|
+ 'sector_place_user' => array
|
|
|
|
+ (
|
|
|
|
+ 'name' => '用户',
|
|
|
|
+ 'icon' => 'file-user-line',
|
|
|
|
+ 'sort' => '103',
|
|
|
|
+ 'module' => 'sector_place',
|
|
|
|
+ 'app' => 'place_user',
|
|
|
|
+ ),
|
|
'sector_place_set' => array
|
|
'sector_place_set' => array
|
|
(
|
|
(
|
|
'name' => '配置',
|
|
'name' => '配置',
|