rabin 1 year ago
parent
commit
d0da30d4d1
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', 10);
 define('DEVER_MANAGE_ICON', 'layui-icon-survey');
+define('DEVER_GROUP_ORDER', -9);
+define('DEVER_GROUP_NAME', '数据管理');
 include(DEVER_APP_PATH . '../boot.php');