彭俊 6 жил өмнө
parent
commit
cff3895b4f

+ 10 - 0
application/admin/controller/AdminControl.php

@@ -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'),