rabin 2 years ago
parent
commit
5f978f16c0
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', 30);
 define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-usd layui-icon-diamond');
+define('DEVER_GROUP_ORDER', -5);
+define('DEVER_GROUP_NAME', '平台系统管理');
 include(DEVER_APP_PATH . '../boot.php');