rabin 1 year ago
parent
commit
f63940371a
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', 'glyphicon glyphicon-hdd layui-icon-table');
+define('DEVER_GROUP_ORDER', -11);
+define('DEVER_GROUP_NAME', '电商管理');
 include(DEVER_APP_PATH . '../boot.php');