Browse Source

添加菜单

彭俊 6 năm trước cách đây
mục cha
commit
cff3895b4f
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      application/admin/controller/AdminControl.php

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