|
@@ -87,11 +87,27 @@ return array
|
|
|
'module' => 'sector_place',
|
|
|
'app' => 'sector',
|
|
|
),
|
|
|
+ 'sector_place_channel' => array
|
|
|
+ (
|
|
|
+ 'name' => '渠道',
|
|
|
+ 'icon' => 'album-line',
|
|
|
+ 'sort' => '101',
|
|
|
+ 'module' => 'sector_place',
|
|
|
+ 'app' => 'sector',
|
|
|
+ ),
|
|
|
+ 'sector_place_service' => array
|
|
|
+ (
|
|
|
+ 'name' => '运营',
|
|
|
+ 'icon' => 'dropbox-line',
|
|
|
+ 'sort' => '102',
|
|
|
+ 'module' => 'sector_place',
|
|
|
+ 'app' => 'sector',
|
|
|
+ ),
|
|
|
'sector_place_member' => array
|
|
|
(
|
|
|
'name' => '用户',
|
|
|
'icon' => 'file-user-line',
|
|
|
- 'sort' => '101',
|
|
|
+ 'sort' => '103',
|
|
|
'module' => 'sector_place',
|
|
|
'app' => 'sector',
|
|
|
),
|
|
@@ -99,7 +115,7 @@ return array
|
|
|
(
|
|
|
'name' => '配置',
|
|
|
'icon' => 'settings-2-line',
|
|
|
- 'sort' => '110',
|
|
|
+ 'sort' => '114',
|
|
|
'module' => 'sector_place',
|
|
|
'app' => 'sector',
|
|
|
),
|