dever 5 years ago
parent
commit
b233e11aba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -4,5 +4,5 @@ define('DEVER_APP_NAME', 'passport');
 define('DEVER_APP_LANG', '用户管理');
 define('DEVER_APP_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
 define('DEVER_MANAGE_ORDER', -10);
-define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-user');
+define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-user layui-icon-username');
 include(DEVER_APP_PATH . '../boot.php');