|
|
@@ -240,6 +240,16 @@ class AdminControl extends Controller
|
|
|
),
|
|
|
),
|
|
|
),
|
|
|
+ 'bank-fill' => array(
|
|
|
+ 'name' => 'Information_manage',
|
|
|
+ 'text' => '信息管理',
|
|
|
+ 'children' => array(
|
|
|
+ 'Information' => array(
|
|
|
+ 'text' => '企业信息管理',
|
|
|
+ 'url' => url('Server/index'),
|
|
|
+ ),
|
|
|
+ ),
|
|
|
+ ),
|
|
|
'content_manage' => array(
|
|
|
'name' => 'content_manage',
|
|
|
'text' => lang('ds_content_manage'),
|