rabin 2 years ago
parent
commit
a85b2155e9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      index.php

+ 2 - 0
index.php

@@ -5,4 +5,6 @@ define('DEVER_APP_LANG', '资源库');
 define('DEVER_APP_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
 define('DEVER_MANAGE_ORDER', -90);
 define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-upload layui-icon-picture');
+define('DEVER_GROUP_ORDER', -9);
+define('DEVER_GROUP_NAME', '平台系统管理');
 include(DEVER_APP_PATH . '../boot.php');