rabin 7 months ago
parent
commit
4aab239b3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -6,5 +6,5 @@ define('DEVER_APP_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
 define('DEVER_MANAGE_ORDER', -100);
 define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-wrench layui-icon-set-sm');
 define('DEVER_GROUP_ORDER', -10);
-define('DEVER_GROUP_NAME', '管理');
+define('DEVER_GROUP_NAME', '平台系统管理');
 include(DEVER_APP_PATH . '../boot.php');