rabin 3 years ago
parent
commit
e21f1c93b6
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', 1);
 define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-credit-card layui-icon-chat');
+define('DEVER_GROUP_ORDER', -7);
+define('DEVER_GROUP_NAME', '平台系统管理');
 include(DEVER_APP_PATH . '../boot.php');