dever 5 years ago
parent
commit
44418d05a7
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', 'pay');
 define('DEVER_APP_LANG', '支付管理');
 define('DEVER_APP_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
 define('DEVER_MANAGE_ORDER', 30);
-define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-usd');
+define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-usd layui-icon-diamond');
 include(DEVER_APP_PATH . '../boot.php');